Skip to content

Conversation

@Trouv
Copy link
Owner

@Trouv Trouv commented Jan 9, 2026

Release please creates tags for new releases like bevy_pipe_affect-v0.1.0. However, certain pieces of documentation and automation have been under the assumption that the tags would instead be like v0.1.0, which was the release-please default behavior in previous versions. This meant that certain CI that is triggered by v*.*.* tags, like book publishing, did not trigger properly, and some links in documentation to certain github tags were broken. This attempts to address the issue by adjusting the release-please config to nod include the component name in the release tags.

Closes #94

@Trouv Trouv enabled auto-merge (squash) January 9, 2026 02:53
@Trouv Trouv merged commit 2d3e16c into main Jan 9, 2026
5 checks passed
@Trouv Trouv deleted the ci/exclude-component-tag branch January 9, 2026 02:59
@Trouv Trouv mentioned this pull request Jan 9, 2026
Trouv added a commit that referenced this pull request Jan 15, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.2.0](v0.1.0...v0.2.0)
(2026-01-15)


### ⚠ BREAKING CHANGES

* split ComponentsSetWith into 4 with different generics
([#111](#111))
* upgrade to bevy 0.18
([#110](#110))
* split ComponentsSet into two with and without filter
([#109](#109))
* split EntityComponentsSetWith into two with and without query data
([#108](#108))
* return simpler CommandSpawn effect from command_spawn constructor
([#107](#107))

### Features

* return simpler CommandSpawn effect from command_spawn constructor
([#107](#107))
([4b58dea](4b58dea))
* split ComponentsSet into two with and without filter
([#109](#109))
([b15c1a0](b15c1a0))
* split ComponentsSetWith into 4 with different generics
([#111](#111))
([4efe59b](4efe59b))
* split EntityComponentsSetWith into two with and without query data
([#108](#108))
([b362f45](b362f45))
* upgrade to bevy 0.18
([#110](#110))
([f12948b](f12948b))


### Documentation Changes

* add 0.2 to compatibility chart in README.md
([#114](#114))
([8a95fac](8a95fac))
* enable minimal features in mdbook-keeper
([#113](#113))
([ceb0982](ceb0982))


### Example Changes

* add unit test to rainbow-clear-color example
([#99](#99))
([f837c0f](f837c0f))


### CI Changes

* exclude component in release-please tag
([#105](#105))
([2d3e16c](2d3e16c)),
closes [#94](#94)
* rename book changelog section to docs
([#106](#106))
([413b4bc](413b4bc))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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.

Resolve discrepancy between publish CI and release-please

2 participants