Update publishing.md

This commit is contained in:
Patrik Oldsberg
2020-09-25 17:39:53 +02:00
parent eb4c704674
commit 2caf66eb54
+3
View File
@@ -21,6 +21,9 @@ out a new branch that you will use for the release, e.g.
$ git checkout -b new-release
```
First bump the `CHANGELOG.md` in the root of the repo and commit. You bump it by
adding a header for the new version just below the `## Next Release` one.
Then, from the root of the repo, run
```sh