1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00

docs: move comments around

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker 2021-06-26 22:19:46 +00:00
parent 52a64c7405
commit d56aee2b90
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -15,6 +15,28 @@ goreleaser check
## Active deprecation notices
<!--
Template for new deprecations:
### property
> since yyyy-mm-dd
Description.
=== "Before"
``` yaml
foo: bar
```
=== "After"
``` yaml
foo: bar
```
-->
### docker.use_buildx
@ -112,29 +134,6 @@ Change this:
ids: ['foo']
```
<!--
Template for new deprecations:
### property
> since yyyy-mm-dd
Description.
=== "Before"
``` yaml
foo: bar
```
=== "After"
``` yaml
foo: bar
```
-->
## Expired deprecation notices
The following options were deprecated in the past and were already removed.