feat: add Jira integration (#52)

This commit is contained in:
Chao Li 2021-03-11 15:40:32 +08:00 committed by GitHub
parent 8713d96856
commit a1c84d7a0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 742 additions and 331 deletions

View file

@ -7,7 +7,7 @@ clean:
.PHONY: build
build:
go build -i -o git-chglog ./cmd/git-chglog
go build -o git-chglog ./cmd/git-chglog
.PHONY: test
test: