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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,5 +63,7 @@ by linking to an issue or giving a full description of what it achieves.
63
63
64
64
We use [semantic-release](https://github.com/semantic-release/semantic-release)
65
65
for preparing releases, so the commit messages (or at least the merge that
66
-
brings them into `master`) ought to follow the
67
-
[AngularJS commit guidelines](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines) with a special format such as `feat: describe new feature`.
66
+
brings them into `master`) must follow the
67
+
[AngularJS commit guidelines](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines) with a special format such as `feat: describe new feature`
68
+
in order for the releasing to occur and for the described items to be added
0 commit comments