Skip to content

Commit a74cc31

Browse files
authored
chore(release): add scoop bucket (#113)
1 parent ce57aa0 commit a74cc31

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.goreleaser.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ release:
7676
footer: |
7777
**Full Changelog**: https://github.com/shipengqi/commitizen/compare/{{ .PreviousTag }}...{{ .Tag }}
7878
79+
scoops:
80+
- repository:
81+
owner: shipengqi
82+
name: scoop-bucket
83+
directory: bucket
84+
homepage: https://github.com/shipengqi/commitizen
85+
description: The commitizen command line utility, without nodejs. Forked from commitizen-go, fixes some issues of commitizen-go and supports more new features.
86+
license: MIT
7987

8088
# modelines, feel free to remove those if you don't want/use them:
8189
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@ $ git cz
7373

7474
## Installation
7575

76+
### Scoop (Windows)
77+
78+
```bash
79+
$ scoop bucket add czbucket https://github.com/shipengqi/scoop-bucket.git
80+
$ scoop install commitizen
81+
82+
$ commitizen.exe init
83+
```
84+
7685
### From the Binary Releases
7786

7887
Download the pre-compiled binaries from the [releases page](https://github.com/shipengqi/commitizen/releases) and copy them to the desired location.

0 commit comments

Comments
 (0)