Updated Release (markdown)

Christian Mäder 2019-11-01 13:55:29 +01:00
parent f4d23ecaab
commit fea350b276

@ -12,4 +12,11 @@
3. Make a commit with the version file change: `git commit -m "Preparation for $(cat VERSION)" VERSION`
4. Tag that commit: `git tag "$(cat VERSION)"`
5. Push the features and the tag: `git push --tags origin && git push origin`
6. Eventually unstash your previous work: `git stash pop`
6. Eventually unstash your previous work: `git stash pop`
Now go to Github and [draft a new release][draft]. Copy the text from [the most recent previous release][latest] and adjust it according to the new release.
Eventually announce the release on our Slack channel.
[draft]: https://github.com/netbox-community/netbox-docker/releases/new
[latest]: https://github.com/netbox-community/netbox-docker/releases/latest