Skip to content

Commit 4454201

Browse files
committed
ReleaseChecklist: Consistently use double backticks everywhere
1 parent be1cb7e commit 4454201

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ReleaseChecklist.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
### Requirements
44
- [ ] Lauchpad (Ubuntu One) account
5-
- [ ] gnupg key (has to be version 1, gpg2 won't work) for `your-name@ethereum.org` created and uploaded
5+
- [ ] gnupg key (has to be version 1, gpg2 won't work) for ``your-name@ethereum.org`` created and uploaded
66
- [ ] Write access to https://github.com/ethereum/homebrew-ethereum
77

88
### Blog Post
99
- [ ] Create a post on [solidity-blog](https://github.com/ethereum/solidity-blog) and explain some of the new features or concepts.
1010
- [ ] Create a post on [solidity-blog](https://github.com/ethereum/solidity-blog) for each important bug.
1111

1212
### Documentation check
13-
- [ ] Run `make linkcheck` from within `docs/` and fix any broken links it finds. Ignore false positives caused by `href` anchors and dummy links not meant to work.
13+
- [ ] Run ``make linkcheck`` from within ``docs/`` and fix any broken links it finds. Ignore false positives caused by ``href`` anchors and dummy links not meant to work.
1414

1515
### Changelog
1616
- [ ] Sort the changelog entries alphabetically and correct any errors you notice. Commit it.
@@ -20,13 +20,13 @@
2020

2121
### Create the Release
2222
- [ ] Create a [release on github](https://github.com/ethereum/solidity/releases/new).
23-
Set the target to the ``develop`` branch and the tag to the new version, e.g. `v0.8.5`.
23+
Set the target to the ``develop`` branch and the tag to the new version, e.g. ``v0.8.5``.
2424
Include a warning that the release is still in progress and binaries may not yet be available.
2525
Include the following warning: ``**The release is still in progress and the binaries may not yet be available from all sources.**``.
26-
Don't publish it yet - click the `Save draft` button instead.
26+
Don't publish it yet - click the ``Save draft`` button instead.
2727
- [ ] Thank voluntary contributors in the Github release page (use ``git shortlog -s -n -e v0.5.3..origin/develop``).
2828
- [ ] Check that all tests on the latest commit in ``develop`` are green.
29-
- [ ] Click the `Publish release` button on the release page, creating the tag.
29+
- [ ] Click the ``Publish release`` button on the release page, creating the tag.
3030
- [ ] Wait for the CI runs on the tag itself.
3131

3232
### Upload Release Artifacts and Publish Binaries

0 commit comments

Comments
 (0)