Skip to content

Commit

Permalink
chore(ci): replace deprecated --rm-dist flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kencx committed Oct 1, 2023
1 parent 8374352 commit 818a571
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[v0.4.1]: https://github.com/kencx/keyb/compare/v0.4.0...v0.4.1
[v0.5.0]: https://github.com/kencx/keyb/compare/v0.4.1...v0.5.0
[v0.6.0]: https://github.com/kencx/keyb/compare/v0.5.0...v0.6.0
[v0.7.0]: https://github.com/kencx/keyb/compare/v0.6.0...v0.7.0

## Upcoming
## [v0.7.0]

### Fixed
- Exiting now clears the output

### Chore
- Replace deprecated `--rm-dist` with `--clean` flag in Goreleaser action

## [v0.6.0]

Expand Down

0 comments on commit 818a571

Please sign in to comment.