Skip to content

fix(release): stop expecting component-prefixed release tags - #3

Merged
andrewthauer merged 1 commit into
mainfrom
andrewthauer/fix-release-please-tag
Aug 13, 2026
Merged

fix(release): stop expecting component-prefixed release tags#3
andrewthauer merged 1 commit into
mainfrom
andrewthauer/fix-release-please-tag

Conversation

@andrewthauer

Copy link
Copy Markdown
Contributor

Summary

Release-please wasn't creating releases because it was looking for tags like graphql-hive-v0.6.3 instead of the plain v0.6.3 format we actually use. This happens because include-component-in-tag defaults to true when a package-name is set. Setting it to false fixes the mismatch.

Changes

Set the include-component-in-tag flag explicitly to false since default is true.

release-please-action defaults include-component-in-tag to true, so it
looked for a graphql-hive-v0.6.3 tag while the repo's actual/desired tags
are plain vX.Y.Z. That mismatch meant every run found 0 matching releases
and never created a release PR.
@andrewthauer
andrewthauer requested review from a team as code owners August 13, 2026 13:38
@andrewthauer
andrewthauer merged commit bd8d30f into main Aug 13, 2026
7 checks passed
@andrewthauer
andrewthauer deleted the andrewthauer/fix-release-please-tag branch August 13, 2026 14:58
andrewthauer pushed a commit that referenced this pull request Aug 18, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.6.4](v0.6.3...v0.6.4)
(2026-08-17)


### Bug Fixes

* **gemspec:** raise required_ruby_version to 2.7.0
([#4](#4))
([e85343b](e85343b))
* **release:** stop expecting component-prefixed release tags
([#3](#3))
([bd8d30f](bd8d30f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants