Skip to content

Publishing new version

Francis Rupert edited this page Feb 22, 2017 · 19 revisions
  1. Bump semver number in package.json
  2. Edit references to version number:
  3. In title of index.html
  4. README.md
  5. https://github.com/USDA-FSA/fsa-design-system/blob/gh-pages/getting-started/index.md
  6. Merge to master (from develop)
  7. npm run deploy Deploys dist to gh-pages
  1. grunt compress Create a new ZIP of dist directory
  2. Draft a new Release
  3. Tag and title are identical, e.g. "0.2.7" (note, not "v0.2.7)
  4. Add Release Notes
  5. Attach ZIP
  6. Publish Release
  7. npm publish
  1. Update fsa-design-system to new version
Clone this wiki locally