mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-06 13:14:25 +08:00
Clarify versions in RE
This commit is contained in:
parent
6a0c6a517c
commit
8123b05d43
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ how it tests that gofmt was run.
|
|||
Edit the "Version" variable in `main.go` and commit.
|
||||
|
||||
```
|
||||
export PREVVERSION=2.8
|
||||
export VERSION=2.9
|
||||
export PREVVERSION=2.10.0 <<< Change to the previous version
|
||||
export VERSION=2.11.0 <<< Change to the new release version
|
||||
git checkout master
|
||||
vi main.go
|
||||
git commit -m'Release v'"$VERSION" main.go
|
||||
|
|
Loading…
Add table
Reference in a new issue