mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-23 23:23:05 +08:00
DOCS: fix release-engineering.md
This commit is contained in:
parent
a07a8cc731
commit
b77cfa2b84
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export PREVVERSION=3.3.0 <<< Change to the previous version
|
|||
export VERSION=3.4.0 <<< Change to the new release version
|
||||
git checkout master
|
||||
vi pkg/version/version.go <<< Change "Version" to new release version
|
||||
git commit -m'Release v'"$VERSION" main.go
|
||||
git commit -m'Release v'"$VERSION" pkg/version/version.go
|
||||
git tag v"$VERSION"
|
||||
git push origin tag v"$VERSION"
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue