Skip to content

chore(release): version packages#42

Merged
b00ste merged 1 commit into
mainfrom
changeset-release/main
May 21, 2026
Merged

chore(release): version packages#42
b00ste merged 1 commit into
mainfrom
changeset-release/main

Conversation

@b00ste
Copy link
Copy Markdown
Contributor

@b00ste b00ste commented May 21, 2026

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

  • 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.

Copilot AI review requested due to automatic review settings May 21, 2026 06:19
@b00ste b00ste merged commit a0d64f4 into main May 21, 2026
1 of 2 checks passed
@b00ste b00ste deleted the changeset-release/main branch May 21, 2026 06:20
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 from v1.5.5 to v2.0.0 across 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 thread CHANGELOG.md
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.
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.

2 participants