Skip to content

Releases: llorllale/go-gitlint

1.1.0

14 Sep 16:10
58c0b8c
Compare
Choose a tag to compare

Changelog

58c0b8c (#52) Ignore authors by name and email (#56)
e79a964 (#53) Upgrade to Go 1.13 (#54)
dc26687 Fix codebeat badge
c42d4a3 (#50) Fix checksum error in download script (#51)

1.0.0

22 Jun 20:38
Compare
Choose a tag to compare

Changelog

491757f Rename mac and x86_32 archives
f01f859 (#46) Fix panic: flag '' cannot be repeated (#47)

1.0.0-rc1

06 Mar 01:15
f332d57
Compare
Choose a tag to compare
1.0.0-rc1 Pre-release
Pre-release

Changelog

f332d57 (#41) Add --body-maxlen (#45)

0.8.0

05 Mar 02:05
8457a8e
Compare
Choose a tag to compare

Changelog

8457a8e (#40) --subject-minlen (#44)
8ee76f1 (#39) Rename --subject-len -> --subject-maxlen (#43)

0.7.0

05 Mar 01:41
16d34c2
Compare
Choose a tag to compare

Changelog

16d34c2 (#38) Ability to ignore merge commits with --maxParents (#42)

0.6.0

03 Mar 17:36
8aa4af8
Compare
Choose a tag to compare

Changelog

8aa4af8 (#32) Support for commit-msg hook with msg-file flag (#37)

0.5.0

03 Mar 15:08
Compare
Choose a tag to compare

Changelog

e7a4e55 (#36) Fix release build
c4374b4 (#34) Remove issues.Filter() (#35)
48bb99a (#31) --since filter (#33)
50f14d8 (#26) Update README
885164f (#30) Release download script
a8f8584 GoReleaser badge

0.4.0

02 Mar 15:45
a0ec23a
Compare
Choose a tag to compare

Changelog

a0ec23a (#27) Colored output (#29)
1804526 (#24) Filter of subject length (#25)

0.3.0

02 Mar 00:49
4be918f
Compare
Choose a tag to compare

Changelog

4be918f (#9) Command line flags (#22)
76bb489 (#20) Rearrange filters and issues (#21)
8162e43 (#18) Fix ignore of untested packages in coverage check (#19)
b52f151 (#16) Add commit filters (#17)
db191c3 codebeat badge
a118f1f (#15) Disable sorting of changes in changelog

0.2.0

20 Feb 22:44
Compare
Choose a tag to compare

Changelog

9c810b5 (#1) Typo in README
2c8488f (#12) Split commit message subject and body (#13)
d6fa951 (#14) Fix release build
2738cc2 (#4) Read the commit log (#7)
e42f8e6 (#5) Lint license headers
8761324 (#6) Fail build if coverage is low
73a78c5 (#8) Enable go modules in travis build