Skip to content

Commit

Permalink
Add explicit build step in release_process.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
timdown committed Nov 2, 2024
1 parent 12ac3e9 commit 9e25e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_process.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9e25e29

Please sign in to comment.