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
{{ message }}
This repository was archived by the owner on Dec 1, 2018. It is now read-only.
**This project is made to be used in Dixeed's projects thus its configuration may not suit every needs.**
@@ -16,12 +21,19 @@
16
21
The projects using this script should meet some requirements in order for the scripts to work:
17
22
18
23
1. Have an `app` folder containing the project source code.
19
-
2. Node version >= 4.x
24
+
2. Node version >= 6.x
20
25
21
26
The script will build the project into a `dist` folder.
22
27
23
28
**It has only been tested with node 6.11.2 so far**
24
29
30
+
## Contributing
31
+
This project uses [semantic-release](https://github.com/semantic-release/semantic-release) to automatically handle semver bumps based on the commits messages.
32
+
33
+
To simplify commits messages redaction you can use `npm run cm` instead of `git commit`. To use that command make sure to `git add` your changes before.
34
+
35
+
This repo is configured to forbid commit messages that do not follow the [Angular conventional changelog commit message format](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit).
36
+
25
37
## Inspiration
26
38
This project is inspired by several other projects:
0 commit comments