Skip to content

Releases: aevea/commitsar

v0.6.1

10 Sep 14:17

Choose a tag to compare

Changelog

15d9aeb chore: fix typo in action name

Github Actions

10 Sep 14:13

Choose a tag to compare

feat: Github action

- adds action.yml for use with Github actions

v0.5.0

04 Sep 10:52

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

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

v0.3.0

02 Sep 21:11

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

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

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

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

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

Choose a tag to compare

Changelog

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