1
0
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:
Tom Limoncelli
2024-01-28 09:38:58 -05:00
committed by GitHub
parent f010c1b626
commit c9e9e21b30

View File

@ -24,7 +24,7 @@ git commit -a -m "Update generated files for $VERSION"
```shell ```shell
export VERSION=v4.2.0 export VERSION=v4.2.0
git tag -m "Release $VERSION" -a $VERSION git tag -m "Release $VERSION" -a $VERSION
git push origin --tags git push origin HEAD --tags
``` ```
Soon after Soon after