mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-08 06:04:24 +08:00
Release v3.17.0 (#1550)
* Release v3.17.0 * release-engineering.md: Add depre instructions
This commit is contained in:
parent
dad4115a55
commit
b140b2eb45
3 changed files with 5 additions and 2 deletions
|
@ -190,7 +190,6 @@ See [dnscontrol-action](https://github.com/koenrh/dnscontrol-action)
|
|||
* **get-zones syntax changes in v3.16** Starting in v3.16, the command line arguments for `dnscontrol get-zones` changes. For backwards compatibility change `provider` to `-`. See documentation for details.
|
||||
|
||||
|
||||
|
||||
# More info at our web site
|
||||
|
||||
The website: [https://stackexchange.github.io/dnscontrol/](https://stackexchange.github.io/dnscontrol/)
|
||||
|
|
|
@ -86,6 +86,10 @@ name of the provider, such as "ROUTE53: Added support for sandwiches (#100)"
|
|||
|
||||
See [https://github.com/StackExchange/dnscontrol/releases for examples](https://github.com/StackExchange/dnscontrol/releases) for recent release notes and copy that style.
|
||||
|
||||
The `Depreciation warnings` section should just copy from `README.md`. If you
|
||||
change one, change it in the README too (you can make that change in this PR).
|
||||
|
||||
|
||||
Example/template:
|
||||
|
||||
```text
|
||||
|
|
2
main.go
2
main.go
|
@ -19,7 +19,7 @@ import (
|
|||
// Update the number here manually each release, so at least we have a range for go-get people.
|
||||
var (
|
||||
SHA = ""
|
||||
Version = "v3.16.2"
|
||||
Version = "v3.17.0"
|
||||
BuildTime = ""
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue