Releases: taxintt/tagli
Releases · taxintt/tagli
v0.1.2
v0.1.1
Changelog
- 28c0383 Add go v1.21, 22 for CI
- ae2523b Add renovate.json
- 4dc0ca6 Merge pull request #10 from taxintt/renovate/configure
- 7f8ea93 Merge pull request #12 from taxintt/renovate/github.com-spf13-cobra-1.x
- e80666a Merge pull request #14 from taxintt/renovate/actions-checkout-4.x
- 4dc97c2 Merge pull request #15 from taxintt/renovate/goreleaser-goreleaser-action-5.x
- 5e64b1f Merge pull request #16 from taxintt/taxintt-patch-1
- feebcd7 Merge pull request #18 from taxintt/renovate/actions-setup-go-5.x
- e61435b Merge pull request #20 from taxintt/renovate/getsentry-action-github-app-token-3.x
- a4304f1 Merge pull request #22 from taxintt/hotfix/update-go-git-latest-v5
- 8c056cd Update renovate.json
- b11a19a chore(deps): update actions/checkout action to v4
- c8b4846 chore(deps): update actions/setup-go action to v5
- 127ec85 chore(deps): update getsentry/action-github-app-token action to v3
- 06b46f3 chore(deps): update goreleaser/goreleaser-action action to v5
- 585af1d drop v1.19 from CI workflow
- 6ff3fbb fix(deps): update module github.com/spf13/cobra to v1.8.1
- 2c11d9c upgrade go v1.20
- 4bbbf1e upgrade go-git/v5 to v5.12.0
v0.1.0
v0.0.10
v0.0.9
v0.0.8
v0.0.7
Changelog
- 62e9f53 Merge pull request #6 from taxintt/fix/modify-cli-message
- 36ed6e4 Update README.md
- a9ff42c doc: update README.md
- b263948 fix: add description about the option of --version flag
- 7fcd369 fix: add info message when new tag is created
- a6f2a44 fix: delete already exists message for increment cmd
- ab23339 fix: exit at the time tag exists when executing tag add cmd
v0.0.5
Changelog
- c1294dc Merge pull request #5 from taxintt/feat/add-tag-cmd
- 3cf701c doc: Update README.md
- 1656e47 doc: update README.md
- bc39805 feat: implement pre-check (checkGitRepositoryExists)
- 4c9d65d feat: implement tag increment command
- 8a4e825 feat: use pre-check (checkGitRepositoryExists) before executing cmds
- 1324879 fix: add package for semver
- 2c69812 fix: delete unused test file
- c37bf46 fix: implement cmd to add lightweight tag
- 2f3dcbe fix: modify comment
- 65c236c fix: os.Exit(1) if the repository is bare or a normal one
- fc8e0a7 refactor: move vars to root.go