Skip to content

Commit

Permalink
Merge pull request #241 from masutaka/fix-release-job
Browse files Browse the repository at this point in the history
Fix goreleaser error
  • Loading branch information
masutaka authored Feb 10, 2025
2 parents 2af611d + 8ce07b4 commit 8fc97c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ builds:
main: ./main.go

archives:
- format: zip
- formats: [ "zip" ]
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
files:
- CHANGELOG.md
Expand Down
14 changes: 0 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
# Changelog

## [v4.2.34](https://github.com/masutaka/github-nippou/compare/v4.2.33...v4.2.34) - 2025-02-10
### Maintenance :technologist:
- Bump reviewdog/action-actionlint from 1.57.0 to 1.61.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/233
- Bump Songmu/tagpr from 1.5.0 to 1.5.1 by @dependabot in https://github.com/masutaka/github-nippou/pull/235
- Bump reviewdog/action-actionlint from 1.61.0 to 1.64.1 by @dependabot in https://github.com/masutaka/github-nippou/pull/236
- Bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/234
- Fix the warning of reviewdog/action-actionlint by @masutaka in https://github.com/masutaka/github-nippou/pull/237
- Bump google/go-github to v69 by @masutaka in https://github.com/masutaka/github-nippou/pull/240
### Documentation :memo:
- Update External articles in README.md by @masutaka in https://github.com/masutaka/github-nippou/pull/229
- Add NoritakaIkeda/GitJournal link to README.md by @masutaka in https://github.com/masutaka/github-nippou/pull/239
### Other Changes
- Introduce PR-Agent by @masutaka in https://github.com/masutaka/github-nippou/pull/238

## [v4.2.33](https://github.com/masutaka/github-nippou/compare/v4.2.32...v4.2.33) - 2024-12-01
### Maintenance :technologist:
- Introduce Dependency Review to CI by @masutaka in https://github.com/masutaka/github-nippou/pull/222
Expand Down
2 changes: 1 addition & 1 deletion lib/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package lib

// Version is the github-nippou version
const Version = "4.2.34"
const Version = "4.2.33"

0 comments on commit 8fc97c5

Please sign in to comment.