Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 10.3.1-beta.0 #8278

Merged
merged 1 commit into from
Jan 7, 2025
Merged

🚀 10.3.1-beta.0 #8278

merged 1 commit into from
Jan 7, 2025

Conversation

insomnia-infra
Copy link
Contributor

@insomnia-infra insomnia-infra commented Jan 7, 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): 10.3.1-beta.0

Alternatively, you can trigger the workflow from GitHub CLI:

gh workflow run release-publish.yml -f version=10.3.1-beta.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/10.3.1-beta.0"
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

@filfreire filfreire merged commit a9eb23b into develop Jan 7, 2025
12 checks passed
@filfreire filfreire deleted the release/10.3.1-beta.0 branch January 7, 2025 15:30
@filfreire
Copy link
Member

Merged directly, skipping for now the other release-publish steps due to DockerHub token issue

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