Skip to content

Releases: aevea/commitsar

v0.3.0

02 Sep 21:11
Compare
Choose a tag to compare

Changelog

10eaefe chore(deps): update alpine docker tag to v3.10.2
51d1bad feat(history)!: Git struct
d31bc6a feat: BranchDiffCommits
f79167e fix!: Correctly detect commits on branch
a4fb36d fix(pages): disable git status check temporarily

v0.2.1

21 Aug 12:13
Compare
Choose a tag to compare

Changelog

51a3fb1 chore: revert change of documentation url
73ef5df chore: update to new url
8e5c951 fix: Kodiak style regex
ae7f483 tests: add additional merge commit format to test

v0.2.0

16 Aug 14:29
Compare
Choose a tag to compare

Changelog

d31f8d2 chore(deps): update golang docker tag to v1.12.9
1a13a1e chore(deps): update module stretchr/testify to v1.4.0
a3a5b7a chore(pkg)!: Move packages under pkg for reuse
a1816e8 chore: adjust pathing to reflect move to org
749bbd3 chore: don't run pipelines on Github pages branch
864c36d feat: MessageTitle
26a7a0f feat: add Hugo for documentation
fa06142 feat: add read-out of commits in debug
f6ed10f feat: filter out merge commits
7f6f21f feat: format failing commits
cfaa41e feat: let user know amount of filtered commits
97a5014 feat: nicer formatting
3fd7aef fix(deps): pin dependencies
5991912 fix: CNAME would get deleted on every new commit
099a5ef fix: Dockerfile would not correctly run command
8dfa634 fix: Don't allow the test set up script to overwrite git config
8375e22 fix: badly rendering pages
2f8711b fix: filter for merge commits exiting early
bc6c2cb fix: no filtered commits not exiting
c5270ec fix: remove need for automerge label

v0.1.2

14 Aug 12:28
Compare
Choose a tag to compare

This release fixes issues caused by the way Github updates branches not up to date with master (described here #28). Big thanks to @RobinCsl! 🚀

Other items in release:

  • chore(deps): update golang docker tag to v1.12.8
  • chore: updates following transfer

v0.1.1

13 Aug 11:35
Compare
Choose a tag to compare

🚀 Failing jobs will now output commit hashes of commits that failed the check

Thanks @RobinCsl

v0.1.0

13 Aug 08:28
1bfb927
Compare
Choose a tag to compare

Changelog

a2ac61f chore: add LICENSE (#27)
1bfb927 chore: improve readme (#26)

v0.0.2

13 Aug 08:23
Compare
Choose a tag to compare

Changelog

2a071c7 chore: require kodiak automerge label
470f71c dockerfile: Fix Symbolic link loop (#25)
a2a6e84 dockerfile: Make binary available globally (#24)
910c6ab fix: add git to alpine image
28df8c2 fix: docker add ssh
5f7c48e fix: remove user nobody
f005027 improvement: use Drone to build Docker

v0.0.1

12 Aug 14:54
Compare
Choose a tag to compare

Changelog

36c2258 Initial commit
c0b1724 WIP: debug
a855388 chore: add basic set up for commands
e81cfb8 chore: fix goreleaser typo
6f150d1 chore: improve CI to only run on merge request
6d8dcec chore: rename git -> history
53325b7 feat(ci: add commitsar check to this repository
deb4abf feat(cmd): make command for running commitsar
69b1cbd feat: CheckMessage
994a002 feat: CommitText
3d83146 feat: add Dockerfile
6855cb2 feat: add Repo
96c121d feat: commits on branch
a3a99bd feat: copy makefile & ci improvements from template
884cf2f fix(CheckMessage): fix edge cases in regex
5ae65c5 fix(CommitsOnBranch): fixed CommitsOnBranch returning only 1 commit
77484f6 fix: CommitText not returning error
dd16157 fix: error on no commits found
e645190 fix: go.mod extra deps
b537a33 fix: pass head hash down instead of rebuilding from refrences
6fa8831 fix: resolve branch names
a842b34 improvement: error handling