-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #338 from KEINOS/fix-337-update-goreleaser-conf-v0…
…-to-v2 fix: goreleaser conf v0 --> v2 (#337)
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
# ============================================================================= | ||
# GoReleaser configuration file for Kagome | ||
# GoReleaser v2 configuration file for Kagome | ||
# ============================================================================= | ||
# For local testing run: | ||
# goreleaser --skip-publish --clean --snapshot | ||
# | ||
# Note: | ||
# To build multiarch Docker image, you may be required to install Docker buildx | ||
# plugin and QEMU. | ||
version: 2 | ||
env: | ||
- GO111MODULE=on | ||
|
||
|
@@ -60,7 +61,7 @@ brews: | |
email: [email protected] | ||
description: "Self-contained Japanese Morphological Analyzer written in pure Go." | ||
homepage: "https://github.com/ikawaha/kagome" | ||
folder: Formula | ||
directory: Formula | ||
install: | | ||
bin.install "kagome" | ||
test: | | ||
|