Releases: maff/git-that-semver
Releases · maff/git-that-semver
v1.2.0
v1.1.0
What's Changed
- ci: add CodeQL and Trivy container scanning by @maff in #58
- ci: remove Trivy container scanning by @maff in #59
- fix: add missing args input to GitHub Action and fix entrypoint quoting by @maff in #61
- fix: inject version at build time instead of hardcoding 0.0.1 by @maff in #65
- feat: support LiquidJS templates in strategy properties by @maff in #66
- feat: add tagPrefix for monorepo support by @maff in #67
Full Changelog: v1.0.1...v1.1.0
v1.0.1
v1.0.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- GitHub as a platform support by @maff in #1
- Bump slug from 8.2.3 to 9.1.0 by @dependabot[bot] in #2
- Configurable tags by @maff in #3
- Log to stderr + support multiple output formats by @maff in #4
- Bump prettier from 3.3.2 to 3.3.3 by @dependabot[bot] in #5
- Start adding tests by @maff in #13
- Remove GenericVersionStrategy concept as it was superseded by templates by @maff in #14
- Bump @trivago/prettier-plugin-sort-imports from 4.3.0 to 5.2.1 by @dependabot[bot] in #12
- Build docker image for both amd64 and arm64 by @maff in #15
- Run tests on CI by @maff in #17
- Flexible config via CLI options by @maff in #18
- Add configurable array delimiter and quoting for env output by @maff in #19
- Use GTS output for docker metadata by @maff in #16
- Bump prettier from 3.4.2 to 3.5.1 by @dependabot[bot] in #21
- Bump prettier from 3.5.1 to 3.5.2 by @dependabot[bot] in #22
- Bump prettier from 3.5.2 to 3.5.3 by @dependabot[bot] in #23
- Bump lint-staged from 15.5.2 to 16.1.0 by @dependabot[bot] in #28
- Bump slug from 10.0.0 to 11.0.0 by @dependabot[bot] in #27
- Bump @commander-js/extra-typings from 13.1.0 to 14.0.0 by @dependabot[bot] in #26
- Bump commander from 13.1.0 to 14.0.0 by @dependabot[bot] in #25
- Bump prettier from 3.5.3 to 3.6.1 by @dependabot[bot] in #32
- Add comprehensive e2e tests for git-that-semver CLI by @maff in #30
- Update GH actions by @maff in #41
- Bump prettier from 3.6.2 to 3.8.0 by @dependabot[bot] in #48
- Bump @trivago/prettier-plugin-sort-imports from 5.2.2 to 6.0.2 by @dependabot[bot] in #47
- Bump prettier from 3.8.0 to 3.8.1 by @dependabot[bot] in #49
- fix: filter prerelease tags from major/minor release version comparisons by @maff in #53
- test: comprehensive test suite for auto-merge confidence by @maff in #54
New Contributors
- @dependabot[bot] made their first contribution in #2
Full Changelog: v0.0.1-rc.1...v1.0.0