mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-06-23 03:11:41 +02:00
Updated Release (markdown)
parent
55b3894d22
commit
a439f7b403
@ -13,10 +13,12 @@
|
|||||||
6. Clean up your local branches: `git branch -d feature-name`
|
6. Clean up your local branches: `git branch -d feature-name`
|
||||||
2. Put the new version into the `VERSION` file: `echo "0.20.0" > VERSION`
|
2. Put the new version into the `VERSION` file: `echo "0.20.0" > VERSION`
|
||||||
3. Make a commit with the version file change: `git commit -m "Preparation for $(cat VERSION)" VERSION`
|
3. Make a commit with the version file change: `git commit -m "Preparation for $(cat VERSION)" VERSION`
|
||||||
4. Push the branch and make a PR on Github from `develop` to `release`
|
4. Push the branch and make a PR on Github from `develop` to `release`: [.../pull/new/master..develop][new-pr]
|
||||||
|
|
||||||
Now another maintainer has to approve the PR.
|
Now another maintainer has to approve the PR.
|
||||||
|
|
||||||
|
[new-pr]: https://github.com/netbox-community/netbox-docker/pull/new/master..develop
|
||||||
|
|
||||||
## Make the release
|
## Make the release
|
||||||
|
|
||||||
After the PR is merged, tag that commit:
|
After the PR is merged, tag that commit:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user