-
Notifications
You must be signed in to change notification settings - Fork 8
Publishing new version
Francis Rupert edited this page Feb 22, 2017
·
19 revisions
- Bump semver number in
package.json
- Edit references to version number:
- In title of index.html
- README.md
- https://github.com/USDA-FSA/fsa-design-system/blob/gh-pages/getting-started/index.md
- Merge to
master
(fromdevelop
) -
npm run deploy
Deploys dist to gh-pages
- Validate at http://usda-fsa.github.io/fsa-style/ (might take more than a handful of minutes).
-
grunt compress
Create a new ZIP of dist directory - Draft a new Release
- Tag and title are identical, e.g. "0.2.7" (note, not "v0.2.7)
- Add Release Notes
- Attach ZIP
- Publish Release
npm publish
- Validate at https://www.npmjs.com/package/fsa-style
- Update fsa-design-system to new version