Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 451 Bytes

NEW_RELEASE_STEPS.md

File metadata and controls

9 lines (9 loc) · 451 Bytes
  • Update version in package.json. Commit & push
  • On github, release the new version
  • In standard notes's extension file:
    • Update the "version"
    • Update the "download_url" with new archive's (from github) path
    • Update the "url" with the new commit ref
    • Update the private post to release
  • Update the current_release branch with content of master:
    git checkout current_release; git reset --hard master; git push; git checkout master