mirror of
https://github.com/xiaoqidun/gitcz.git
synced 2025-04-04 00:37:54 +08:00
Compare commits
2 Commits
15072d4cb7
...
bf37f8a281
Author | SHA1 | Date | |
---|---|---|---|
bf37f8a281 | |||
ce68380357 |
21
.drone.yml
21
.drone.yml
@ -3,8 +3,25 @@ type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: generate
|
||||
pull: if-not-exists
|
||||
image: hkccr.ccs.tencentyun.com/xiaoqidun/build
|
||||
commands:
|
||||
- build -f build.sh -i gitcz.go -o release/gitcz
|
||||
- name: build
|
||||
pull: if-not-exists
|
||||
image: golang:alpine
|
||||
image: xiaoqidun/goenv
|
||||
commands:
|
||||
- go build gitcz.go
|
||||
- ./ build.sh
|
||||
- name: upload
|
||||
image: xiaoqidun/gocos
|
||||
settings:
|
||||
secret_id:
|
||||
from_secret: cos_secret_id
|
||||
secret_key:
|
||||
from_secret: cos_secret_key
|
||||
bucket_url:
|
||||
from_secret: cos_bucket_url
|
||||
source: release/
|
||||
target: product/gitcz
|
||||
strip_prefix: release/
|
@ -1,7 +1,7 @@
|
||||
# gitcz
|
||||
Golang版本Git Commitizen,commit规范工具
|
||||
# 快速安装
|
||||
go get -u github.com/xiaoqidun/gitcz
|
||||
go install github.com/xiaoqidun/gitcz@latest
|
||||
# 编译安装
|
||||
```
|
||||
git clone https://github.com/xiaoqidun/gitcz.git
|
||||
|
Reference in New Issue
Block a user