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
1 changed files with 1 additions and 1 deletions

View File

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