Merge pull request #2620 from spotify/Rugvip-patch-1

Update publishing.md
This commit is contained in:
Ben Lambert
2020-09-25 19:55:07 +02:00
committed by GitHub
+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