mirror of https://github.com/Icinga/icinga2.git
RELEASE.md: replace "git push --tags" with "git push origin v$VERSION"
This commit is contained in:
parent
2648a82de0
commit
6d7b3725e8
|
@ -88,7 +88,7 @@ git tag -s -m "Version $VERSION" v$VERSION
|
|||
Push the tag:
|
||||
|
||||
```
|
||||
git push --tags
|
||||
git push origin v$VERSION
|
||||
```
|
||||
|
||||
**For major releases:** Create a new `support` branch:
|
||||
|
|
Loading…
Reference in New Issue