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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,3 +58,10 @@ can better show a progression of features.
58
58
59
59
Commit messages should be worded clearly and the reason for any PR made clear
60
60
by linking to an issue or giving a full description of what it achieves.
61
+
62
+
## Merging
63
+
64
+
We use [semantic-release](https://github.com/semantic-release/semantic-release)
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`.
0 commit comments