File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 44
55The build steps to releasing a new version. Before you can do this you need to to make sure the node packages are up to date - ``` npm update ```
66
7- * Make sure all tests pass - ``` grunt test ```
87 * Commit and push all changes with a meaningful message
98 * Update version in bower.json and package.json
109 * Build the dist files - ``` grunt build ```
1110 * Commit and push with the message "Bumping to v\* .\* .\* "
1211 * [ Create a new release] ( https://github.com/ruhley/angular-color-picker/releases/new )
1312 * Tag version is v\* .\* .\*
14- * Release title is "Angular CakePHP v\* .\* .\* "
13+ * Release title is "Angular Color Picker v\* .\* .\* "
1514 * The comment section should be a list of commits and the changes the commit made. See below for an example
1615 * If it is under v1.0.0 then mark "This is a pre-release" as true
1716
You can’t perform that action at this time.
0 commit comments