mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-06-10 20:16:39 +02:00
Updated Release (markdown)
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
|
Loading…
x
Reference in New Issue
Block a user