Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 510 Bytes

release-checklist.md

File metadata and controls

14 lines (13 loc) · 510 Bytes

To release:

  • Make sure notes have been added to changelog.
  • Change version number at top of gulpfile.js.
  • Run gulp version.
  • Build and push a new gem (gem build scut.gemspec, gem push scut...gem).
  • Delete the gem.
  • Commit and push.
  • Create a tag: git tag -a vx.x.x -m "[message]" . (See these docs.)
  • Push the tag: git push --tags.
  • Publish to npm.
  • Commit and push docs (gh-pages branch, use gulp copyDocs).
  • Update Codepen.
  • Check.