Skip to content

Releases: leosunmo/tagver

v1.3.0

01 Mar 17:48
Compare
Choose a tag to compare

Changelog

  • 60fee12 Add cache back in
  • 5637948 Downgrade the action
  • ac14451 First commit
  • f885904 First pass at gh actions and goreleaser
  • b456e02 Make it work properly in alpine
  • 6917435 Make sure we walk the directories until we find .git
  • bf38e2a Merge pull request #1 from leosunmo/github-actions
  • 9d9d6ca Quote version correctly
  • 00cd4fb Redo the way we look up tags and print unclean tags
  • a563997 Remove cache in actions
  • 16e1a62 Rename all to main
  • 7146895 Try to reduce go version
  • d9d4af7 Update README.md
  • 6d85c8b Update to latest go-git, fix err checks
  • 8b85efe Upgrade go-git to v5.6.0
  • f9d6cdd Upgrade to Go 1.20
  • 4f086be Upgrade, tidy, and use automatic token
  • 8dcc32a go version bump

v1.2.0

24 Nov 20:18
Compare
Choose a tag to compare

Changelog

  • 6d85c8b Update to latest go-git, fix err checks

Walk directories

13 Feb 22:38
Compare
Choose a tag to compare

Walk directories until a .git folder is found. Makes it work in git repository sub-directories.

First Release

23 Jan 01:19
Compare
Choose a tag to compare
v1.0.0

First version