mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
release-engineering.md: Add links
This commit is contained in:
@@ -4,7 +4,10 @@ Here are my notes from producing the v0.1.5 release. Change the version number
|
|||||||
|
|
||||||
## Step 1. Run the integration tests
|
## Step 1. Run the integration tests
|
||||||
|
|
||||||
If you are at StackOverflow, this is in TC as "DNS > Integration Tests".
|
* If you are at StackOverflow, this is in TC as "DNS > Integration Tests".
|
||||||
|
* Otherwise:
|
||||||
|
* Run "go test" (documented in [Creating new DNS Resource Types](adding-new-rtypes))
|
||||||
|
* Run the integration tests (documented in [Writing new DNS providers](writing-providers)
|
||||||
|
|
||||||
## Step 2. Bump the verison number
|
## Step 2. Bump the verison number
|
||||||
|
|
||||||
|
2
main.go
2
main.go
@@ -24,7 +24,7 @@ func main() {
|
|||||||
// Update the number here manually each release, so at least we have a range for go-get people.
|
// Update the number here manually each release, so at least we have a range for go-get people.
|
||||||
var (
|
var (
|
||||||
SHA = ""
|
SHA = ""
|
||||||
Version = "0.2.1"
|
Version = "0.2.2"
|
||||||
BuildTime = ""
|
BuildTime = ""
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user