Skip to content

🚀 13.2.0 - #10386

Draft
insomnia-infra wants to merge 15 commits into
developfrom
release/13.2
Draft

🚀 13.2.0#10386
insomnia-infra wants to merge 15 commits into
developfrom
release/13.2

Conversation

@insomnia-infra

@insomnia-infra insomnia-infra commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

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): 13.2.0

Alternatively, you can trigger the workflow from GitHub CLI:

gh workflow run release-publish.yml -f version=13.2.0 --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/13.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

CLAassistant commented Aug 12, 2026

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
8 out of 9 committers have signed the CLA.

✅ ryan-willis
✅ cwangsmv
✅ godfrzero
✅ fiosman
✅ notjaywu
✅ kwburns-kong
✅ shelby-moore
✅ pavkout
❌ insomnia-infra
You have signed the CLA already but the status is still pending? Let us recheck it.

ryan-willis and others added 12 commits August 13, 2026 22:06
…ial (#10384)

* fix issue

* more safe way to btoa

(cherry picked from commit e09764c)
)

* fix: pressing Enter triggers primary CTA

* feat: pressing enter triggers primary CTA

* chore: copilot feedback

(cherry picked from commit 5acb522)
* Revert "fix: revert electron-builder to previous version to fix macos build (#10394)"

This reverts commit 34c5010.

* use macos-15-large

---------

Co-authored-by: Vivek Thuravupala <2700229+godfrzero@users.noreply.github.com>
(cherry picked from commit afaaec6)
)

* fix secret editor issue
* hide tooltip when change one line editor type
* support re-calculate size after switch editor type
* add one more comment

(cherry picked from commit a3d327f)
@insomnia-infra insomnia-infra changed the title 🚀 13.2.0-beta.0 🚀 13.2.0-beta.1 Aug 20, 2026
kwburns-kong and others added 2 commits August 20, 2026 20:32
* fix(release): resolve previous tag by semver precedence, not publish order

GitHub's auto-detected previous tag for release notes ignores per-line
release branches, so out-of-order alpha/beta/hotfix tags can pull PRs
from an unrelated release into the notes. Compute the previous core@ tag
via real semver precedence instead, excluding a stable release's own
prereleases so it diffs against the prior stable release.

* fix(release): let ncipollo/release-action generate notes directly

Pass generateReleaseNotesPreviousTag to the release action instead of
calling GitHub's generate-notes API manually via curl - the action
already wraps the same endpoint with identical previous_tag_name
semantics, so this drops the redundant step.

(cherry picked from commit 31aac79)
@insomnia-infra insomnia-infra changed the title 🚀 13.2.0-beta.1 🚀 13.2.0 Aug 25, 2026
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.

10 participants