Skip to content

Commit 678671a

Browse files
committed
Update RELEASE.md
1 parent 8fc0d47 commit 678671a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

RELEASE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44

55
The 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

0 commit comments

Comments
 (0)