-
Notifications
You must be signed in to change notification settings - Fork 27
chore: prepare release 2024-11-19 #4137
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
Conversation
✔️ Code generated!
📊 Benchmark resultsBenchmarks performed on the method using a mock server, the results might not reflect the real-world performance.
|
shortcuts
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @millotp
| console.log(`Pushing code to generated branch: '${branchToPush}'`); | ||
| await run('git add .'); | ||
| await run(`git commit -m "${message.replaceAll('"', '\\"')}"`); | ||
| await run(`git commit -m "${message.replaceAll('"', '\\"').replaceAll('`', '\\`')}"`); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should escape correctly for next time
scripts/release/createReleasePR.ts
Outdated
| let [hash, authorEmail, message] = commit.split('|'); | ||
| message = message.replace(/(`.+?`)/g, ''); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
used this just so the generated one would match, reverting and updating the changelog manually
Summary
This PR has been created using the
apic releasescript. Once merged, the clients will try to release their new version if their version has changed.Version Changes
patch(e.g. 7.9.2)patch(e.g. 1.27.3)patch(e.g. 4.8.2)patch(e.g. 4.8.2)minor(e.g. 5.15.0)kotlin: 3.10.1 (no commit)patch(e.g. 4.9.2)patch(e.g. 4.9.2)patch(e.g. 3.8.2)patch(e.g. 2.9.2)patch(e.g. 9.10.2)Skipped Commits
It doesn't mean these commits are being excluded from the release. It means they're not taken into account when the release process figured out the next version number, and updated the changelog.
Commits without language scope: