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.36k stars 139 forks source link

:rocket: 0.2.1 #31

Closed archywillhe closed 10 months ago

archywillhe commented 10 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.1 --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 ```