chore(release): version packages#42
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This Changesets-generated release PR prepares @kethalia/workflows for publishing version 2.0.0, capturing a breaking change (removal of the label-gate job and approval-label input from reusable-visual-tests.yml) and updating internal references to the new tag.
Changes:
- Bump package version to 2.0.0 and add the corresponding changelog entry.
- Update reusable workflow/action
uses:references fromv1.5.5tov2.0.0across published workflows. - Remove the consumed Changeset file now reflected in the changelog.
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Bumps the package version to 2.0.0 for the release. |
| CHANGELOG.md | Adds release notes for 2.0.0 (major/breaking change). |
| .github/workflows/retag-stack.yml | Updates internal uses: references to the new v2.0.0 tag. |
| .github/workflows/retag-image.yml | Updates internal uses: references to the new v2.0.0 tag. |
| .github/workflows/release-docker-stack.yml | Updates internal uses: references to the new v2.0.0 tag. |
| .github/workflows/release-changesets.yml | Updates internal uses: references to the new v2.0.0 tag. |
| .github/workflows/publish-docker-ghcr.yml | Updates internal uses: references to the new v2.0.0 tag. |
| .github/workflows/helm-lint.yml | Updates internal uses: references to the new v2.0.0 tag. |
| .github/workflows/ghcr-prune.yml | Updates internal uses: references to the new v2.0.0 tag. |
| .github/workflows/ci-quality.yml | Updates internal uses: references to the new v2.0.0 tag. |
| .github/workflows/ci-publish-validation.yml | Updates internal uses: references to the new v2.0.0 tag. |
| .github/workflows/ci-changeset-check.yml | Updates internal uses: references to the new v2.0.0 tag. |
| .github/workflows/ci-build-lint-test.yml | Updates internal uses: references to the new v2.0.0 tag. |
| .github/workflows/build-stack.yml | Updates internal uses: references (including docs comment example) to v2.0.0. |
| .github/workflows/build-and-push.yml | Updates internal uses: references to the new v2.0.0 tag. |
| .changeset/drop-label-gate.md | Removes the Changeset file now incorporated into CHANGELOG.md. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+3
to
+7
| ## 2.0.0 | ||
|
|
||
| ### Major Changes | ||
|
|
||
| - 9ae2fdd: BREAKING: Remove the `label-gate` job and the `approval-label` input from `reusable-visual-tests.yml`. Baseline-approval enforcement was redundant with ordinary PR review and the `pull_request` trigger lacked the `labeled` activity type, so the gate stayed red until the workflow was manually re-run after the label was applied — pure friction for no added security. Callers must (1) drop `label-gate` from any required-check list in branch protection, and (2) remove `approval-label:` from their `with:` block — passing an unknown input now fails workflow startup. |
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@kethalia/workflows@2.0.0
Major Changes
label-gatejob and theapproval-labelinput fromreusable-visual-tests.yml. Baseline-approval enforcement was redundant with ordinary PR review and thepull_requesttrigger lacked thelabeledactivity type, so the gate stayed red until the workflow was manually re-run after the label was applied — pure friction for no added security. Callers must (1) droplabel-gatefrom any required-check list in branch protection, and (2) removeapproval-label:from theirwith:block — passing an unknown input now fails workflow startup.