Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 979 Bytes

MAINTAIN.md

File metadata and controls

48 lines (32 loc) · 979 Bytes

Publish new version

1. develop to master

Send pull request develop to master on github repository and merge it. https://github.com/summernote/summernote/compare/master...develop

2. Build dist files

Build dist files and push to master

# change branch
git checkout master

# fetch all changes
git pull

# Bump version in package.json

# build dist files and binary(.zip) for release post
npm run build 

# Commit and add tag for new version
git commit -a -m "Update dist files"
git tag -a "<new-version>"

# Push new dist files and tags to remote repository.
git push origin --tags

3. Release new version

Post release note with new tag version on github

https://github.com/summernote/summernote/releases/new

4. Publish

Publish on npm

npm publish

05. Update summernote.github.io

Update summernote version in _config.yml.

06. Update connectors

Request maintainers of each connector to update package information.