Skip to content

chore: fix 'besta' typo in semantic-release prerelease branch name#992

Merged
AtofStryker merged 1 commit into
masterfrom
security/harden-ci-workflows
Jun 12, 2026
Merged

chore: fix 'besta' typo in semantic-release prerelease branch name#992
AtofStryker merged 1 commit into
masterfrom
security/harden-ci-workflows

Conversation

@AtofStryker

@AtofStryker AtofStryker commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixes a bestabeta typo in .releaserc, found during a security review of this repo's CI configuration.

The CircleCI publish job filter allows the beta branch, but semantic-release was configured for besta, so a beta prerelease could never actually publish: the publish job only runs on beta, where semantic-release rejects the unconfigured branch.

Review notes

  • Neither beta nor besta currently exists on the remote, so this is a dormant-config fix with no behavior change today.
  • .releaserc was last touched in 2022.
  • The commit is chore: typed, so merging does not trigger a release.

🤖 Generated with Claude Code

@AtofStryker AtofStryker force-pushed the security/harden-ci-workflows branch from 243f7ba to acbedec Compare June 12, 2026 12:42
The CircleCI publish job filter allows the 'beta' branch, but .releaserc
configured 'besta', so a beta prerelease could never publish: the publish
job only runs for 'beta', where semantic-release rejects the unconfigured
branch. Neither branch currently exists on the remote.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@AtofStryker AtofStryker force-pushed the security/harden-ci-workflows branch from acbedec to 69a3b2e Compare June 12, 2026 12:51
@AtofStryker AtofStryker changed the title chore: harden CI workflows (pin snyk/actions, fix release branch typo) chore: fix 'besta' typo in semantic-release prerelease branch name Jun 12, 2026
@AtofStryker AtofStryker self-assigned this Jun 12, 2026
@AtofStryker

Copy link
Copy Markdown
Contributor Author

@mschile looks like the snyk auth is failing?

@AtofStryker AtofStryker merged commit 5db2794 into master Jun 12, 2026
27 of 28 checks passed
@AtofStryker AtofStryker deleted the security/harden-ci-workflows branch June 12, 2026 17:08
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