Releases: aevea/commitsar
v0.10.1
v0.10.0
This version adds some flags and commands as requested in issues.
#168 Adds commitsar version command to allow for easier checking of the version of commitsar you are using. Thanks @tommyalatalo
#165 adds the possibility to add to...from flag to allow for checking in a specific range of commits. Thanks @Multiply
As always feedback is much appreciated as we move closer to v1
🚀 Features
- 6d0f3ce (CLI) add version command
- 2d24a42 add from-to flags
- 3eec38b replace local commit logic with the quoad one
🐛 Bug fixes
- 7a3920c (ci) use latest release-notary version
- 9780357 goreleaser wrong key was used
- c329d88 reverse order of from...to to to...from to reflect git log usage
- 80e9897 (deps) update dependency autoprefixer to v9.7.4
- d9f8fb0 (deps) update dependency postcss-cli to v7
- dd4a14a (deps) update dependency autoprefixer to v9.7.3
🔧 Chores and Improvements
- c4c7746 (deps) update module stretchr/testify to v1.5.0
- 69e9b16 (deps) update golang docker tag to v1.13.8
- 045f98e add run on repl.it badge to README
- 42eda4f (deps) update golang docker tag to v1.13.7
- c8dd244 (deps) update module outillage/integrations to v0.2.0
- efa79cf (deps) update alpine docker tag to v3.11.3
- 4ebc2cf (deps) update github.com/logrusorgru/aurora commit hash to e9ef32d
- bab8122 (deps) update alpine docker tag to v3.11.2
- be37c5b (deps) update alpine docker tag to v3.11.0
- 7547f99 (deps) update golang docker tag to v1.13.5
- f7b197c switch to integrations package from internal providers
📦 Other
v0.9.0
New naming who dis? We've renamed the organisation to help improve tracking in apps like renovate which would not show the release notes on our docker releases.
Features 🚀
- 329dd29 Use commitlint's conventional preset predefined categories
- 339df35 make Commitsar run on Master
- 9b050db Add strict mode
- 5a7b345 add Drone integration
Bug fixes 🐛
- c060b93 update dependency autoprefixer to v9.7.2
- 3fcb109 identify same branch using hashes
- 7fe08fd update dependency autoprefixer to v9.7.1
Chores and Improvements 🔧
- 5e9df8e update paths
- 6b1f758 update github.com/logrusorgru/aurora commit hash to 66b7ad4
- 3e67995 add docker build for new naming
- 3950935 Reference docker image for GH actions
- bc0c97a update golang docker tag to v1.13.4
- a44dc1d update module commitsar-app/git to v1.2.5
- 819af80 update module commitsar-app/git to v1.2.4
- 43610e9 update alpine docker tag to v3.10.3
- 071e80d update module commitsar-app/git to v1.2.3
- 4daa1e7 update module commitsar-app/git to v1.2.0
v0.8.0
This release fixes non-master development flow for Github Actions and Gitlab CI. Commitsar will now try to infer the compare branch based off CI variables.
Features 🚀
Bug fixes 🐛
- 847092b prepend origin in compare branch name
- 2600947 update dependency autoprefixer to v9.6.5
- ac9953a update dependency autoprefixer to v9.6.4
Chores and Improvements 🔧
- 5f420c9 revert to Drone
- c5a644d update golang docker tag to v1.13.3
- af79e10 update github.com/logrusorgru/aurora commit hash to dc85c30
- be133c4 update golang docker tag to v1.13.1
Other 📦
- 126bb3b fix(readme): docker image reference
v0.7.0
This release improves on feedback that the user receives when Commitsar fails.
Another important fix is that Commitsar now works with repos that have GIT_DEPTH set.
Features 🚀
- ea7e40e add help message
- 91e2d6d breaking change errors
- 1390a18 report errors
- 091f94d ParseCommit and Error levels
Bug fixes 🐛
Chores and Improvements 🔧
v0.6.6
This release makes merge commit regex more lenient. Should result in fewer crashes.
Chores and Improvements 🔧
- disable goreleaser release notes
Other 📦
- wrong command used in release-notary
- make merge commit regex more lenient
- Fix path of Dockerfile for Release notary
v0.6.5
This release replaces ENTRYPOINT with CMD to enable the Docker image to work with Gitlab. Example configuration: https://gitlab.com/Fallion/commitsar-test-repo/merge_requests/1
v0.6.4
v0.6.3
Changelog
0f3c314 fix(action): add missing required input field