You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
## Commit message formatting
4
4
5
+
### Automation of multiple processes
6
+
5
7
This repo uses [`semantic-release`](https://github.com/semantic-release/semantic-release) for automating numerous processes such as bumping the version number appropriately, creating new tags/releases and updating the changelog.
6
8
The entire process relies on the structure of commit messages to determine the version bump, which is then used for the rest of the automation.
7
9
@@ -25,6 +27,15 @@ So based on the example above:
25
27
* The `(scope):` will be shown in bold text without the brackets.
26
28
* The `subject` follows the `scope` as standard text.
27
29
30
+
### Linting commit messages in Travis CI
31
+
32
+
This repo uses [`commitlint`](https://github.com/conventional-changelog/commitlint) for checking commit messages during CI testing.
33
+
This ensures that they are in accordance with the `semantic-release` settings.
34
+
35
+
For more details about the default settings, refer back to the `commitlint`[reference rules](https://conventional-changelog.github.io/commitlint/#/reference-rules).
36
+
37
+
### Relationship between commit type and version bump
38
+
28
39
This formula applies some customisations to the defaults, as outlined in the table below,
29
40
based upon the [type](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#type) of the commit:
0 commit comments