Skip to content

v0.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jul 14:36
· 42 commits to main since this release
c1294dc

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