Skip to content

Tags: fcanovai/commitsar

Tags

v0.18.0

Toggle v0.18.0's commit message
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 aevea#434

v0.17.0

Toggle v0.17.0's commit message
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 aevea#296

v0.16.0

Toggle v0.16.0's commit message
chore: replace logger and debuglogger with apex/log

This should hopefully lead to a nicer UX and output.

Closes aevea#331

v0.15.0

Toggle v0.15.0's commit message
docs: document version availability

v0.14.0

Toggle v0.14.0's commit message
chore(deps): update module spf13/viper to v1.7.0

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
aexvir Alex Viscreanu
fix(ci): Use correct kaniko action package name

v0.12.0

Toggle v0.12.0's commit message
feat: add gobinaries download support

- moves main.go to root for nicer URLs
- adds links to README
- updates Makefile paths

Closes aevea#182

v0.11.3

Toggle v0.11.3's commit message
fix(conventional standard)!: breaking changes do not require body

BREAKING CHANGE: Commitsar will no longer fail if commit body is not present in a commit marked as a breaking change.

v0.11.2

Toggle v0.11.2's commit message
chore: add badging to project

v0.11.1

Toggle v0.11.1's commit message
chore(ci): add back docker build