ArchGPT / insomnium

Insomnium is a fast local API testing tool that is privacy-focused and 100% local. For testing GraphQL, REST, WebSockets and gRPC. This is a fork of Kong/insomnia
MIT License
3.33k stars 125 forks source link

:rocket: 0.2.2 #75

Closed archywillhe closed 8 months ago

archywillhe commented 8 months ago

Download release artifacts here

Steps for Publish:

When ready to publish, trigger Publish workflow with these variables:

Alternatively, you can trigger the workflow from Github CLI:

gh workflow run release-publish.yml -f version=0.2.2 --repo ArchGPT/insomnium
Conflicts? Merge branch step failed on the publish workflow? Try this... Run locally: ```bash # Make sure git remote is ArchGPT/insomnium... git checkout main git merge --no-ff release/ # Solve merge conflicts ... # If there's package-lock conflicts, run `npm install` and commit the package-lock changes git push ```