Skip to content

Tags: aevea/commitsar

Tags

v0.20.2

chore(deps): update alpine docker tag to v3.18.2

v0.20.1

chore(build): upgrade to Go 1.19.2

v0.20.0

feat(build): add support for Windows executable

This will allow Windows users to download the executable in the same way as Linux and Darwin.

Closes #460

v0.19.1

chore(goreleaser): remove archive string replacements

by default go env vars already have sane values that we shouldn't override; tools that rely on the value of GOOS or GOARCH to resolve the binary name need additional tweaking in our repo because of those overrides we set up

v0.19.0

fix(deps): update module github.com/stretchr/testify to v1.8.0

v0.18.0

feat: allow revert commits

Previously Revert commits would fail the pipeline as they were not considered conventional commit friendly.
This caused issues in multiple projects as commitsar checks would just be ignored.

Closes #434

v0.17.0

feat: add support for conventional commit style PR titles

This commit adds support for checking that a PR title is conventional commit style compliant.

Closes #296

v0.16.0

chore: replace logger and debuglogger with apex/log

This should hopefully lead to a nicer UX and output.

Closes #331

v0.15.0

docs: document version availability

v0.14.0

chore(deps): update module spf13/viper to v1.7.0