Skip to content

chore: prepare release 2024-10-08 #3926

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

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Conversation

shortcuts
Copy link
Member

Summary

This PR has been created using the apic release script. Once merged, the clients will try to release their new version if their version has changed.

Version Changes

  • csharp: 7.5.0 -> minor (e.g. 7.6.0)
  • dart: 1.25.0 -> minor (e.g. 1.26.0)
  • go: 4.4.0 -> minor (e.g. 4.5.0)
  • java: 4.4.0 -> minor (e.g. 4.5.0)
  • javascript: 5.7.0 -> minor (e.g. 5.8.0)
  • kotlin: 3.5.0 -> minor (e.g. 3.6.0)
  • php: 4.5.0 -> minor (e.g. 4.6.0)
  • python: 4.5.0 -> minor (e.g. 4.6.0)
  • ruby: 3.4.0 -> minor (e.g. 3.5.0)
  • scala: 2.4.0 -> minor (e.g. 2.5.0)
  • swift: 9.6.0 -> minor (e.g. 9.7.0)

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:
  • guides: add new generator
  • guides: support verbatim variables
  • chore(scripts): ignore guides supporting files
  • chore(ci): allow fork to access secrets
  • chore: spread release revert
  • fix(scripts): escape "double quotes"

@shortcuts shortcuts requested a review from a team as a code owner October 8, 2024 13:08
@algolia-bot
Copy link
Collaborator

algolia-bot commented Oct 8, 2024

✔️ Code generated!

Name Link
🪓 Triggered by 2b0dae0453b920938522dc7bdcf92a10ed381972
🍃 Generated commit cb0a7cd17e6e11c387ceb1213ec8859b25cffa85
🌲 Generated branch generated/chore/prepare-release-2024-10-08
📊 Benchmark results

Benchmarks performed on the method using a mock server, the results might not reflect the real-world performance.

Language Req/s
javascript 1646
go 1627
php 1497
csharp 1229
java 1060
python 1046
ruby 907
swift 769

Comment on lines +123 to +127
if (
isGeneratedCommit(message) ||
message.includes(commitStartPrepareRelease) ||
message.includes(commitStartRelease)
) {
Copy link
Member Author

@shortcuts shortcuts Oct 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change removes the prepare and release commits from the changelogs

Copy link
Collaborator

@millotp millotp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gg

@shortcuts shortcuts enabled auto-merge (squash) October 8, 2024 13:13
@shortcuts shortcuts merged commit f22caab into main Oct 8, 2024
27 checks passed
@shortcuts shortcuts deleted the chore/prepare-release-2024-10-08 branch October 8, 2024 13:26
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