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:
parent
52a64c7405
commit
d56aee2b90
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user