chore(ci): stop forcing a release now canopy 1.0.0 is out - #544
Closed
passcod wants to merge 1 commit into
Closed
Conversation
Reverts the temporary setting from #543: the canopy crates are tagged at 1.0.0, so a release PR is again the only thing that releases and deploys.
passcod
enabled auto-merge
September 4, 2026 07:38
passcod
disabled auto-merge
September 4, 2026 07:44
Member
Author
|
🤖 Superseded by #545, which rewrites release-plz.toml wholesale — |
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.
🤖 Reverts the temporary setting from #543, which forced one release so canopy 1.0.0 could be tagged and deployed. That has happened:
public-server-v1.0.0and its eight siblings are tagged atc5620c83e, and the deploy ran.With
release_alwaysback tofalse, a merged release PR is once again the only thing that releases, so an ordinary merge to main does not reach production.