mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-20 20:24:33 +02:00
Merge pull request #8145 from Icinga/bugfix/release-tag
RELEASE.md: replace "git push --tags" with "git push origin v$VERSION"
This commit is contained in:
commit
e2ecb913b2
@ -80,7 +80,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…
x
Reference in New Issue
Block a user