Skip to content

Commit 28c1f3a

Browse files
committed
docs(contributing): note on merging
1 parent 7dc6b10 commit 28c1f3a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,10 @@ can better show a progression of features.
5858

5959
Commit messages should be worded clearly and the reason for any PR made clear
6060
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

Comments
 (0)