MindTickle Upgrade & Migration
Check Version
npm list | grep mindtickle
pip show mindtickle 2>/dev/null
Upgrade
git checkout -b upgrade/mindtickle
npm update # or pip install --upgrade
npm test
Rollback
git checkout main -- package.json
npm install
Resources
Next Steps
See mindtickle-ci-integration.