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: README.md
+19
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,25 @@ way is to use Python:
83
83
+<https://twitter.com/adamdbradley>
84
84
+<https://github.com/adamdbradley>
85
85
86
+
## Development
87
+
88
+
*`npm install` to setup
89
+
*`grunt` to jshint & build
90
+
*`grunt karma:single` to test one-time
91
+
*`grunt karma:watch` to test and re-run on source change
92
+
* Additionally, a commit message validator is installed for this repository when running `grunt`. Read about it [here](https://github.com/ajoslin/conventional-changelog/blob/master/CONVENTIONS.md).
93
+
94
+
### Pushing Releases
95
+
96
+
(uses AngularJS's bash utils)
97
+
98
+
* Run `./scripts/release/finalize-version.sh --action=prepare` to:
99
+
- Remove version suffix
100
+
- Write new version to package/bower/component.json
101
+
- Commit & tag the release
102
+
* Run `./scripts/release/finalize-version.sh --action=publish` to:
103
+
- Push out new version
104
+
* Once new version is pushed out, run `./scripts/release/initialize-new-version.sh` (usage is shown in file), to bump to next version with bump type / version suffix / version name specified.
0 commit comments