forked from netceteragroup/valdr
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
philippd edited this page Nov 18, 2014
·
1 revision
Welcome to the valdr wiki!
- update the changelog with the description and links to all changes since the last release
- describe all breaking changes and how to migrate to the new version
- update package.json with the new version
- push
- go to https://github.com/netceteragroup/valdr/releases -> 'Draft a new release'
- set tag version to vX.X.X
- copy the changes for this verison to the description field
- 'Publish Release'
- add -SNAPSHOT to next version in package.json
- checkout the valdr release
npm install
grunt build
- checkout https://github.com/netceteragroup/bower-valdr
- copy all files from valdr/dist/ to the bower-valdr repo
- copy the changelog from the valdr repo
- push
- draft a new release (as above)