Releases: taxintt/tagli
Releases · taxintt/tagli
v0.0.2
v0.0.1
Changelog
- 6b4814d Add MIT licence
- 543a3cc Add sample test for version.go
- 93f4089 Initial commit
- 4bed478 Make root.go simple
- a453f18 Merge pull request #1 from taxintt/feature/hello-world-go-cli
- bf29f49 Merge pull request #2 from taxintt/feature/implement-tag-list-command
- 007bab3 Modify to use repo.TagObject
- 3bcb5c2 Use github.com/go-git/go-git/v5 to get git repository info
- 3070364 chore: modify husky setting
- dcbd1af chore: update .gitignore
- 2e9586a ci: add .goreleaser.yaml
- 4d23359 ci: add release workflow
- bd21bfa ci: fix ci.yaml to run all branchs
- 84bf271 ci: setup ci job that runs in github actions
- 3463c9c ci: setup commitlint
- fd7da10 ci: use actions/checkout@v3 and modify test file path
- c12c62b fix: add dist/ in .gitignore
- 200072a fix: modify list command
- fa4220b fix: modify variable name
- 50b3baf implement the base of go-tag-manager list command
- 9ea108c implement the base of go-tag-manager version command
- 3ea9755 implement w/ cobra init
- cf6e062 instann cobra and run go mod tidy
- 22b3013 nits: clean up commitlint
- 6c55ec2 wip: use runtime/debug to get cli binary version