diff --git a/release_process.txt b/release_process.txt index 0fbc7758..de747b4a 100644 --- a/release_process.txt +++ b/release_process.txt @@ -1,10 +1,10 @@ - Change README if necessary - Write release notes - Change version number in package.json +- Build using node builder/build.js - Commit and push - Update version number in bower.json in rangy-release - Update code files in rangy-release -- Update files in lib - Create release in GitHub. Probably an API to do this. Tag and provide release notes as .md file as script argument - Update npm with `npm publish` - Update Bower by adding tag to rangy-release and pushing tags to GitHub