chore: bump @semantic-release/github to ^12.0.6#3170
Merged
Conversation
Picks up semantic-release/github#1169, which sets make_latest based on the branch type. Master is the main release branch so behavior is unchanged (still gets make_latest=true), but pinning the floor here prevents drift if a future maintenance branch is added. Also bumps semantic-release ^25.0.2 -> ^25.0.3.
|
Size Change: 0 B Total Size: 673 kB βΉοΈ View Unchanged
|
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3170 +/- ##
=======================================
Coverage 83.50% 83.50%
=======================================
Files 434 434
Lines 12949 12949
Branches 4170 4170
=======================================
Hits 10813 10813
Misses 2136 2136 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
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.
Summary
Bumps
@semantic-release/githubfrom 12.0.2 β 12.0.6 (andsemantic-release25.0.2 β 25.0.3) on master.v12.0.6 includes semantic-release/github#1169, which derives the GitHub release's
make_latestflag from semantic-release's branch classification:masterhere) βmake_latest: "true"(unchanged β keeps the Latest badge)release-v13on the v13 line) βmake_latest: "false"Master's behavior does not change with this bump β it's already the main release branch and will continue claiming the Latest badge. This PR exists for parity with the v13 line (#3169) and to set a sensible floor in case a future maintenance branch is added to
.releaserc.json.