Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
Make a build and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshlilha committed Dec 2, 2019
1 parent c5b6716 commit d747ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Checklist to release a new version to NPM:
* Now release files would be created in release folder and ready to release
* Test the release/dist/* files if needed
* Now commit all the changes including release folder (so that other person can release from different system) with this message: "Make a build and bump version"
* Then finish the release, Run: git flow finish release [-s] <new_version_with_v_character> and enter release notes
* Then finish the release, Run: git flow release finish [-s] <new_version_with_v_character> and enter release notes
* Push all changes and tags to remote, Run: git push origin master && git push origin develop && git push origin --tags
* Edit the title of the released tag in Github
* When everything is fine, it's ready to release
Expand Down

0 comments on commit d747ee8

Please sign in to comment.