docs: Change the order of the actions in the release checklist

This commit is contained in:
Erik Svedäng 2021-02-01 19:24:15 +01:00
parent 528228373f
commit ee54291646

View File

@ -10,23 +10,23 @@ See the second line of the file [CarpHask.cabal](../CarpHask.cabal).
See [Main.hs](../App/Main.hs).
# 3. Make a commit on master
# 3. Update the blurb in README.md
See [README.md](../README.md)
# 4. Update the changelog
TODO: Create CHANGELOG.md
# 5. Make a commit on master
```bash
$ git commit -m "Release X.Y.Z"
```
# 4. Tag the commit and push it
# 6. Tag the commit and push it
```bash
$ git tag vX.Y.Z
$ git push --tags
```
# 5. Update the blurb in README.md
See [README.md](../README.md)
# 6. Update the changelog
TODO: Create CHANGELOG.md