Skip to content

Releases: aevea/commitsar

v0.10.1

20 Feb 17:56

Choose a tag to compare

🐛 Bug fixes

  • 0bdabc7 (cmd) to...from was broken since adding version command
  • 293deb4 version info not propagated correctly during goreleaser build

🔧 Chores and Improvements

  • 6e09d87 (deps) update module spf13/cobra to v0.0.6
  • 596a90c gitignore .idea folder
  • 51dfc6b (deps) update module stretchr/testify to v1.5.1
  • 5cf43d4 (ci) migrate to Github Actions

v0.10.0

19 Feb 15:57

Choose a tag to compare

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

  • 98219a1 rename runners -> root_runner
  • 4908384 move main into cmd and create internal runner package

v0.9.0

27 Nov 10:47

Choose a tag to compare

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

19 Oct 21:47

Choose a tag to compare

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

17 Sep 08:40

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

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

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

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

Choose a tag to compare

Changelog

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

v0.6.2

10 Sep 14:28

Choose a tag to compare

Changelog

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