From fea350b276a69f4601c6332725a002090e1f5a1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Fri, 1 Nov 2019 13:55:29 +0100 Subject: [PATCH] Updated Release (markdown) --- Release.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Release.md b/Release.md index 2937ab2..13ae8f0 100644 --- a/Release.md +++ b/Release.md @@ -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` \ No newline at end of file +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 \ No newline at end of file