-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: refine build and release processes
- Update the GitHub Actions workflow to use `golangci-lint-action@v5` instead of `v4` - Remove the `project_name` from `.goreleaser.yaml` - Simplify the `builds` section by removing comments and keeping the `skip: true` directive - Change the changelog configuration to use the `github` method instead of `git` - Add new changelog groups for refactoring, build process updates, and documentation updates - Remove changelog filters that excluded commits with messages matching certain patterns (e.g., `docs`, `CICD`, `typo`) Signed-off-by: Bo-Yi Wu <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters