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