-
Notifications
You must be signed in to change notification settings - Fork 8
Publishing new version
Francis Rupert edited this page Jan 9, 2018
·
19 revisions
- Bump semver number in
package.json
- Edit references to version number:
- Commit those changes and push
develop
- Merge to
master
(fromdevelop
) - Create tag from
master
tox.x.x
- Push new tag to origin
-
npm run deploy
Deploys dist to gh-pages- May need to use GitBash or GitShell to perform do to association with ssh key.
- Validate at http://usda-fsa.github.io/fsa-style/ (might take more than a handful of minutes).
-
grunt compress
- creates a versioned ZIP of dist in/published/
(which is not committed) -
Draft a new Release
- Tag and title are identical, e.g. "0.2.7" (note, not "v0.2.7")
- Add Release Notes
- Attach ZIP (from
/published/
) - Publish Release
-
npm publish
- Validate at https://www.npmjs.com/package/fsa-style
- Update fsa-design-system to new version