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