File tree Expand file tree Collapse file tree 1 file changed +61
-0
lines changed Expand file tree Collapse file tree 1 file changed +61
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
+
7
+ ## [ Unreleased]
8
+
9
+ ### Added
10
+
11
+ * Add multiple verbs to the imperative mood blacklist.
12
+
13
+ ## [ v0.6.1] - 2017-01-04
14
+
15
+ ### Fixed
16
+
17
+ * A bug with the edit action introduced in [ v0.6.0] .
18
+
19
+ ## [ v0.6.0] - 2017-01-03
20
+
21
+ ### Changed
22
+
23
+ * Mirror Git's approach for editor config, instead of just using ` $EDITOR ` .
24
+
25
+ ## [ v0.5.0] - 2016-11-22
26
+
27
+ ### Changed
28
+
29
+ * Only check the first word of the subject for imperative mood.
30
+
31
+ ## [ v0.4.0] - 2016-11-03
32
+
33
+ ### Changed
34
+
35
+ * Ignore ` fixup! ` and ` squash! ` autosquash flags.
36
+
37
+ ## [ v0.3.0] - 2016-10-28
38
+
39
+ ### Added
40
+
41
+ * Add ` hooks.goodcommit.color ` config.
42
+
43
+ ## [ v0.2.0] - 2016-09-29
44
+
45
+ ### Fixed
46
+
47
+ * Ignore trailing whitespace in commit messages.
48
+
49
+ ## v0.1.0 - 2016-08-31
50
+
51
+ ### Added
52
+
53
+ * Initial version.
54
+
55
+ [ Unreleased ] : https://github.com/tommarshall/git-good-commit/compare/v0.6.1...HEAD
56
+ [ v0.6.1 ] : https://github.com/tommarshall/git-good-commit/compare/v0.6.0...v0.6.1
57
+ [ v0.6.0 ] : https://github.com/tommarshall/git-good-commit/compare/v0.5.0...v0.6.0
58
+ [ v0.5.0 ] : https://github.com/tommarshall/git-good-commit/compare/v0.4.0...v0.5.0
59
+ [ v0.4.0 ] : https://github.com/tommarshall/git-good-commit/compare/v0.3.0...v0.4.0
60
+ [ v0.3.0 ] : https://github.com/tommarshall/git-good-commit/compare/v0.2.0...v0.3.0
61
+ [ v0.2.0 ] : https://github.com/tommarshall/git-good-commit/compare/v0.1.0...v0.2.0
You can’t perform that action at this time.
0 commit comments