mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 20:54:35 +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:
|
Push the tag:
|
||||||
|
|
||||||
```
|
```
|
||||||
git push --tags
|
git push origin v$VERSION
|
||||||
```
|
```
|
||||||
|
|
||||||
**For major releases:** Create a new `support` branch:
|
**For major releases:** Create a new `support` branch:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user