This document describes the process for creating a new ChariTi release.
- Update ChariTi version number in
core.js
- Add release information to
CHANGELOG.md
- Update documentation, if necessary
- Commit all changes
- Run Simian (
java -jar ../package/simian-2.3.33.jar -threshold=25 -language=javascript -formatter=plain "**/*.js"
), remove duplicate code - Test release (if applicable, commit any fixes)
- Push changes to
Master
- Tag new version from
Master
commit - Delete development branch
- Pull from
Master
toPeek
, update PEEK in App Store