Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 276 Bytes

RELEASING.md

File metadata and controls

10 lines (9 loc) · 276 Bytes

Releasing

$ npm run prepare-new-release
# Edit the file new-release.
# It will be prepended to CHANGELOG.md
# So make sure the style is consistent.
$ vim new-release
SKYGEAR_VERSION=<new-version> GITHUB_TOKEN=<github-token> GIT_BRANCH=master ./scripts/release.sh