Skip to content
This repository has been archived by the owner on Aug 10, 2018. It is now read-only.

Commit

Permalink
docs(create version): update creation version guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Templier committed Jun 17, 2015
1 parent 6efd103 commit a4109db
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/guides/create-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,19 @@ Increment the version number of the project for the next release in
the following files:

* `package.json` for NPM
* `bower.json` for Bower
* `bower.json` for Bower

## Summary

* [] Check everything is commited
* [] Check code style
* [] Check JSHint
* [] Run tests
* [] Check continuous integration
* [] Check code coverage (optional)
* [] Create tag for version
* [] Push tag in the remote repository
* [] Publish in NPM
* [] Check NPM for published version
* [] Check Bower for published version
* [] Increment number version

0 comments on commit a4109db

Please sign in to comment.