chore(main): release 4.4.1#1187
Merged
Merged
Conversation
|
Looking forward to this update! |
|
any plans on merging this? |
Aureliolo
added a commit
to Aureliolo/synthorg
that referenced
this pull request
Mar 15, 2026
Draft GitHub releases don't create git tags, and force-tag-creation requires release-please >= 17.2.0 (action v4.4.0 bundles 17.1.3). Without the tag, RP falls back to scanning all commits and computes a bogus version (e.g. 0.2.0 instead of 0.2.7). Add a pre-RP step that reads the manifest version and creates the tag if missing. Remove once googleapis/release-please-action#1187 ships. Also: created v0.2.6 tag manually and closed bogus PR #471.
3 tasks
Aureliolo
added a commit
to Aureliolo/synthorg
that referenced
this pull request
Mar 15, 2026
## Summary - Add a pre-RP step to `release.yml` that reads the manifest version and creates the git tag if missing — draft GitHub releases don't create tags, and `force-tag-creation` requires RP >= 17.2.0 (action v4.4.0 bundles 17.1.3) - Update CLAUDE.md to document the workaround ## Context Every release produced a bogus `release 0.2.0` PR because RP couldn't find the latest release tag. Root cause: `force-tag-creation` flag is silently ignored in RP 17.1.3 (feature added in 17.2.0). Waiting on [googleapis/release-please-action#1187](googleapis/release-please-action#1187). Also done outside this PR: created `v0.2.6` tag manually, closed bogus PR #471. ## Test plan - [ ] Next release PR merge creates the tag before RP runs - [ ] RP finds the tag and does not produce a bogus version PR - [ ] Remove workaround step once action v4.4.1 ships
|
@chingor13 Any news on this? We need version 17.2.0 to create tags on draft releases, to support immutable releases. |
ferrarimarco
approved these changes
Mar 30, 2026
|
@ferrarimarco Could you please take a look at the action? It failed with the error
|
|
@ferrarimarco quick bump it looks like this release failed |
Contributor
|
@chingor13 @suztomo Did we change the repository configuration? |
Contributor
|
🤖 Created releases: 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
4.4.1 (2026-02-20)
Bug Fixes
This PR was generated with Release Please. See documentation.