Send pull request develop
to master
on github repository and merge it.
https://github.com/summernote/summernote/compare/master...develop
Build dist files and push to master
# change branch
git checkout master
# fetch all changes
git pull
# build dist files and binary(.zip) for release post
grunt dist
# Push new dist files to remote repository.
git commit -a -m "Update dist files"
git push origin
Post release note with new tag version on github
https://github.com/summernote/summernote/releases/new
Publish on npm
npm publish
Publish on meteor
meteor/publish.sh
Update summernote version in _config.yml.