insomnia/README.md
2020-04-26 13:33:39 -07:00

880 B

Insomnia Designer

Designer is a spec-first API development app built in top of Insomnia.

Screenshot

npm run bootstrap
npm run app-start

Creating Releases

  1. Bump version number in packages/insomnia-app/package.json app.version property.
  2. Commit changes into Git
  3. Create git tag to match version git tag v1.0.0
  4. Push tags git push --tags
  5. GitHub action will automatically on tags and test/build/package the app into a GitHub Release

Merging Insomnia Changes

  1. Add git remote called insomnia that points to Insomnia repo
  2. Pull Insomnia changes with git pull --no-tags insomnia develop
  3. Fix conflicts if any occur
  4. Push merged changes