Skip to content

Commit 2f905c7

Browse files
committed
FIX: Remove mention of "REFACTOR" type
1 parent 328357a commit 2f905c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The bluejava Git Commit Message Format Guide
2-
*Version 0.5.0*
2+
*Version 0.5.1*
33

44
This is a guide to creating better Git commit messages. By following this guide, you and/or your team will create a more consistent and consistently useful change log.
55

@@ -119,7 +119,7 @@ Often a change will include more than one type. Use the type highest on this lis
119119

120120
For example, a new feature (FEAT type) will often also include new documentation (DOCS) and tests (TEST). In this case, simply state the type as **FEAT**.
121121

122-
If the change is a bugfix (FIX) that required some refactoring (REFACTOR), that is less obvious and probably helpful to be stated as a multi-type change, **FIX/REFACTOR**.
122+
If the change is a bugfix (FIX) that required changes to the build script (MAINT), that is less obvious and probably helpful to be stated as a multi-type change, **FIX/MAINT**.
123123

124124
Note the relationship between various *types* of commits and the expectation of a corresponding change in [Semantic Versioning (SemVer)](http://semver.org) version number:
125125

@@ -169,4 +169,4 @@ MAINT: add bower.json
169169

170170
Here is a little image you can drag to your desktop and popup whenever you are making a change commit:
171171

172-
![](gitCommitMsgGuideQuickReference.png)
172+
![](gitCommitMsgGuideQuickReference.png)

0 commit comments

Comments
 (0)