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:
Alexander Aleksandrovič Klimov 2020-10-13 18:28:22 +02:00 committed by GitHub
commit e2ecb913b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: