mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
CICD: Bugfix: Changes introduced while tagging new releases cause git problems (#2818)
This commit is contained in:
@ -24,7 +24,7 @@ git commit -a -m "Update generated files for $VERSION"
|
||||
```shell
|
||||
export VERSION=v4.2.0
|
||||
git tag -m "Release $VERSION" -a $VERSION
|
||||
git push origin --tags
|
||||
git push origin HEAD --tags
|
||||
```
|
||||
|
||||
Soon after
|
||||
|
Reference in New Issue
Block a user