fix: restore include-component-in-tag default (false)#888
Merged
Conversation
bcoe
approved these changes
Dec 1, 2023
chingor13
added a commit
that referenced
this pull request
Dec 1, 2023
🤖 I have created a release *beep* *boop* --- ## [4.0.0](google-github-actions/release-please-action@v3.7.13...v4.0.0) (2023-12-01) ### ⚠ BREAKING CHANGES * remove most configuration options in favor of manifest configuration to configure the release-please-action * rewrite in typescript * remove command option in favor of setting `release-type` and `skip-github-release`/`skip-github-pull-request` * run on node20 * **deps:** upgrade release-please to v16 * v4 release ### Features * **deps:** upgrade release-please to v16 ([9cf05a0](google-github-actions/release-please-action@9cf05a0)) * remove command option in favor of setting `release-type` and `skip-github-release`/`skip-github-pull-request` ([9cf05a0](google-github-actions/release-please-action@9cf05a0)) * remove most configuration options in favor of manifest configuration to configure the release-please-action ([9cf05a0](google-github-actions/release-please-action@9cf05a0)) * run on node20 ([9cf05a0](google-github-actions/release-please-action@9cf05a0)) * v4 release ([9cf05a0](google-github-actions/release-please-action@9cf05a0)) ### Bug Fixes * bump release-please from 16.3.0 to 16.3.1 ([#876](https://github.com/google-github-actions/release-please-action/issues/876)) ([c9291a9](google-github-actions/release-please-action@c9291a9)) * restore include-component-in-tag default (false) ([#888](https://github.com/google-github-actions/release-please-action/issues/888)) ([19431a1](google-github-actions/release-please-action@19431a1)) ### Code Refactoring * rewrite in typescript ([9cf05a0](google-github-actions/release-please-action@9cf05a0)) --- 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: Jeff Ching <chingor@google.com>
This was referenced Feb 27, 2025
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.
v3 had this option and must be configurable or at least set to
falseso that the default behavior is to create a plainv1.2.3tag (without the component name prefixed).Found this while dogfooding our own usage of the action (in this repo).