Skip to content

Releases: taxintt/tagli

v0.1.2

15 Jul 12:11
270b932
Compare
Choose a tag to compare

Changelog

  • 270b932 Merge pull request #23 from taxintt/fix/upgrade-goreleaser-v2
  • 9c317e4 Pass goreleaser check
  • 50f6733 upgrade to goreleaser/goreleaser-action@v6

v0.1.1

15 Jul 11:14
4dc97c2
Compare
Choose a tag to compare

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

13 Aug 09:39
945f912
Compare
Choose a tag to compare

Changelog

  • 945f912 Merge pull request #9 from taxintt/refactor/write-test-codes
  • b078245 doc: update readme (use --type option)
  • d90013c fix: modify to use incrementValue when using incrementVersion
  • ebf91dd refactor: try to pass test code for version increment
  • 1a0d690 refactor: write increment_test.go

v0.0.10

01 Aug 11:39
Compare
Choose a tag to compare

Changelog

  • 50f2e9a fix: modify not to use debug.ReadBuildInfo()

v0.0.9

01 Aug 10:35
c99a4d1
Compare
Choose a tag to compare

Changelog

  • c99a4d1 Merge pull request #8 from taxintt/fix/embed-version-to-specified-var
  • 37264d4 fix: specify cmd.Version to embed version info

v0.0.8

01 Aug 10:17
47c355d
Compare
Choose a tag to compare

Changelog

  • 47c355d Merge pull request #7 from taxintt/fix/modify-version-cmd-output
  • bd5e8b4 ci: add ldflags to embed version info that can be read by ReadBuildInfo()
  • d16f519 doc: fix typo
  • ccce3bd fix: set --tag option as required for tagli add cmd
  • fb59af8 fix: simplify code

v0.0.7

25 Jul 15:02
36ed6e4
Compare
Choose a tag to compare

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

25 Jul 14:36
c1294dc
Compare
Choose a tag to compare

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

v0.0.4

24 Jul 11:16
d997070
Compare
Choose a tag to compare

Changelog

  • f12bc77 Merge pull request #3 from taxintt/feat/implement-basic-list-cmd
  • d997070 Merge pull request #4 from taxintt/feat/implement-basic-list-cmd
  • d1154ba feat: fix to be able to write tests
  • ae62b18 feat: implement git tag list command
  • b0c60dd fix: modify cli name to tagli

v0.0.3

23 Jul 08:00
Compare
Choose a tag to compare

Changelog

  • 2255252 ci: modify to use getsentry/action-github-app-token@v2