Skip to content

Releases: aevea/commitsar

v0.7.0

17 Sep 08:40
Compare
Choose a tag to compare

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 🚀

Bug fixes 🐛

  • 4c91bc6 remove FLAGS
  • 9b3cdf5 CommitOnBranch failing when end of commits reached

Chores and Improvements 🔧

  • 61fe6ac turn off verbose output
  • 56d33a3 add error wrapping to branch_diff_commmits
  • 0ce50e3 revert log current branch
  • d4d5417 log current branch when running command
  • 5c4e269 migrate to release-notary action

v0.6.6

12 Sep 20:35
Compare
Choose a tag to compare

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

12 Sep 20:04
Compare
Choose a tag to compare

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

11 Sep 09:38
Compare
Choose a tag to compare

Changelog

2318c91 chore(ci): add Github workflow
db77625 chore(ci): upgrade Go to 1.13, run commitsar before tests
1ecb4a6 chore: add dockerignore
54f834b fix: certain merge commit styles fail test for merge commit

v0.6.3

10 Sep 14:35
Compare
Choose a tag to compare

Changelog

0f3c314 fix(action): add missing required input field

v0.6.2

10 Sep 14:28
Compare
Choose a tag to compare

Changelog

8215945 fix(action): copy action.yml to dockerfile

v0.6.1

10 Sep 14:17
Compare
Choose a tag to compare

Changelog

15d9aeb chore: fix typo in action name

Github Actions

10 Sep 14:13
Compare
Choose a tag to compare
feat: Github action

- adds action.yml for use with Github actions

v0.5.0

04 Sep 10:52
Compare
Choose a tag to compare

Changelog

7aa9969 chore(deps): update golang docker tag to v1.13.0
842c48e feat: Commit
bdcc206 feat: CommitsBetween
d22facf feat: CurrentCommit

v0.4.0

03 Sep 14:04
Compare
Choose a tag to compare

Changelog

34da5b9 chore: add git_tags test repo
3fdbf5f chore: rename git test repo set up script
ca2b543 feat: PreviousTag
005b770 feat: commitDate
6782497 test(git): Rework the way test git repos are handled