Skip to content

Conversation

insomnia-infra
Copy link
Contributor

@insomnia-infra insomnia-infra commented Oct 13, 2025

WARNING: Do not merge this PR. Use the "Publish" workflow.

Publish workflow:

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

  • Release version (version): 11.6.2

Alternatively, you can trigger the workflow from GitHub CLI:

gh workflow run release-publish.yml -f version=11.6.2 --repo Kong/insomnia

Release notes will be generated automatically based on the commit messages during publish. Remove any unwanted notes manually afterwards.

Release artifacts:

Download release artifacts here

Edit Changelog file...

You can update the changelog.md in this branch, run git log to get the latest changes:

git log --no-merges --oneline --pretty=format:'* %s by @%an' --since="<last release tag>" --until="release/11.6.2"
Conflicts? Merge branch step failed on the publish workflow? Try this...

Run locally:

# Make sure git remote is Kong/insomnia...

git checkout develop
git merge --no-ff release/<replaced with version>

# Solve merge conflicts ...
# If there's package-lock conflicts, run `npm install` and commit the package-lock changes

git push

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants