diff --git a/.goreleaser.yaml b/.goreleaser.yaml index f22347b..d417ae3 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -76,6 +76,14 @@ release: footer: | **Full Changelog**: https://github.com/shipengqi/commitizen/compare/{{ .PreviousTag }}...{{ .Tag }} +scoops: + - repository: + owner: shipengqi + name: scoop-bucket + directory: bucket + homepage: https://github.com/shipengqi/commitizen + description: The commitizen command line utility, without nodejs. Forked from commitizen-go, fixes some issues of commitizen-go and supports more new features. + license: MIT # modelines, feel free to remove those if you don't want/use them: # yaml-language-server: $schema=https://goreleaser.com/static/schema.json diff --git a/README.md b/README.md index 0a13bb5..50c9d21 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,15 @@ $ git cz ## Installation +### Scoop (Windows) + +```bash +$ scoop bucket add czbucket https://github.com/shipengqi/scoop-bucket.git +$ scoop install commitizen + +$ commitizen.exe init +``` + ### From the Binary Releases Download the pre-compiled binaries from the [releases page](https://github.com/shipengqi/commitizen/releases) and copy them to the desired location.