Releases: mdomke/git-semver
Releases · mdomke/git-semver
v6.10.0
Changelog
- 05a2ce7 Update dependencies
- 1ce81eb Update Go version for container image
- 5cf5c2c User golang.org/x/mod/semver package for comparison
- 9f8fc60 Merge pull request #41 from weimingzha0/fix_tags
- a87b66a Update Go and golangci-lint
- c179a60 Merge pull request #44 from nathanperkins/patch-1
- 2afd688 Fix bad git-min alias resolves tag permanently
- 6049caa Compare mata string if everything else is equal
- 9a22f59 Select larger tag for commits with multiple lightweight tags
- 17c6da6 chore: Fix alias example
v6.9.0
Changelog
- 62d85a2 chore: Use Debian 12 based image explicitly
- ead47c3 chore: Use bash syntax
- 0419a6c chore: Use consistent styling for badges
- aa435b0 chore: Apply more linter rules
- 7737408 chore: Update docker build-image
- b56d2cf Rename -bump-to-next to -target and streamline implementation
- cf8b124 Merge pull request #36 from yobeonline/target-release
- 5811b71 Applied changes requests from code review.
- 4e2792d chore: Reference Codecov token from secrets
- 7f08814 chore: Fix linter error in tests
- b1f80cc Merge branch 'main' into target-release
- 8d9b78a Update circl to fix security issues
- 063e156 Update CHANGELOG
- eb5b393 Add direnv config
- bf09106 Ignore local .devbox env
- 45a5495 Add devbox configuration
- bb0be7a Update GitHub Actions
- 5abad59 Update depdendencies
- 4cfda54 Added -target-release flag to control which component to bump if pre-release
- c36a67b Merge pull request #34 from yobeonline/open_with_options
- 0bcf686 Switching git.PlainOpen for git.PlainOpenWithOptions so that parent folders may be walked in, searching for git root folder. Added a test to verify that it actually works.
- c72e6ac chore: Use brews.repository instead of brews.tap