Skip to content

Improve releasing#155

Merged
jamiecobbett merged 2 commits intomasterfrom
improve-releasing
Apr 2, 2026
Merged

Improve releasing#155
jamiecobbett merged 2 commits intomasterfrom
improve-releasing

Conversation

@jamiecobbett
Copy link
Copy Markdown
Contributor

This adds two things we do on our other client libraries:

  1. Automatically create releases - not doing this caused Gem version is 4.3.0 but the latest release is 4.2.0 #154
  2. Only attempt to publish a version if it hasn't been published - otherwise the build errors if we merge to master without a version bump

Currently every time we merge to master without a version bump, the build fails
because rubygems.org won't let us re-publish the current version.
@jamiecobbett jamiecobbett requested a review from a team April 2, 2026 09:21
@jamiecobbett jamiecobbett merged commit bed441c into master Apr 2, 2026
4 checks passed
@jamiecobbett jamiecobbett deleted the improve-releasing branch April 2, 2026 11:22
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.

2 participants