-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix goreleaser build error (Use
goreleaser check
instead) (#118)
* Use `incpatch .Version` for snapshot ref. goreleaser/goreleaser#2417 * Simplify checksums.txt * Ignore windows x arm64 ref. https://goreleaser.com/deprecations/#builds-for-windowsarm64 * Generate zip for windows * Fix brew errors Fix the following error ``` Description shouldn't end with a full stop. ``` ``` Separate `system` commands into `"#{bin}/nyan", "-v"` ``` ref. toshimaru/homebrew-nyan#2 * Run `goreleaser check` instead of `goreleaser release` Use goreleaser/goreleaser-action@v2 * Link issue in comment
- Loading branch information
Showing
3 changed files
with
33 additions
and
21 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
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