mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
feat: add Jira integration (#52)
This commit is contained in:
parent
8713d96856
commit
a1c84d7a0d
22 changed files with 742 additions and 331 deletions
2
Makefile
2
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue