mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 14:19:58 +00:00
880 B
880 B
Insomnia Designer
Designer is a spec-first API development app built in top of Insomnia.
npm run bootstrap
npm run app-start
Creating Releases
- Bump version number in
packages/insomnia-app/package.json
app.version
property. - Commit changes into Git
- Create git tag to match version
git tag v1.0.0
- Push tags
git push --tags
- GitHub action will automatically on tags and test/build/package the app into a GitHub Release
Merging Insomnia Changes
- Add git remote called
insomnia
that points to Insomnia repo - Pull Insomnia changes with
git pull --no-tags insomnia develop
- Fix conflicts if any occur
- Push merged changes