You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-07-03 00:57:43 +02:00
docs: keep --rm-dist for now
refs #3702 Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
@ -33,7 +33,7 @@ monorepo:
|
||||
Then, you can release with (from the project's root directory):
|
||||
|
||||
```bash
|
||||
goreleaser release --clean -f ./subproj1/.goreleaser.yaml
|
||||
goreleaser release --rm-dist -f ./subproj1/.goreleaser.yaml
|
||||
```
|
||||
|
||||
Then, the following is different from a "regular" run:
|
||||
@ -69,7 +69,7 @@ monorepo:
|
||||
Then, you can release with:
|
||||
|
||||
```bash
|
||||
goreleaser release --clean
|
||||
goreleaser release --rm-dist
|
||||
```
|
||||
|
||||
GoReleaser will then ignore the tags that are not prefixed with `v`, and it
|
||||
|
Reference in New Issue
Block a user