Skip to content

fix: repair semantic-release config so releases run#5

Merged
sirantd merged 1 commit into
mainfrom
fix/release-semantic-version
May 31, 2026
Merged

fix: repair semantic-release config so releases run#5
sirantd merged 1 commit into
mainfrom
fix/release-semantic-version

Conversation

@sirantd

@sirantd sirantd commented May 31, 2026

Copy link
Copy Markdown
Contributor

Merging the owner-condition fix un-skipped the release workflow and exposed further fork-scaffold breakage: semantic_version: 0.1.0 made the action run npm install semantic-release@0.1.0 (a bogus version), failing the run. The pinned token SEMANTIC_RELEASE_TOKEN also doesn't exist as a repo secret.

Aligns release.yml with the working sibling modules (eks-gitlab, ecr-pull-through):

  • semantic_version: 23.0.2
  • conventional-changelog-conventionalcommits@7.0.2 (was 4.6.3, incompatible with sr 23)
  • branches: main
  • built-in secrets.GITHUB_TOKEN with explicit contents/issues/pull-requests: write job permissions (main is unprotected, so the token can push tags)

@sirantd sirantd merged commit e37c9aa into main May 31, 2026
7 checks passed
@sirantd sirantd deleted the fix/release-semantic-version branch May 31, 2026 10:44
github-actions Bot pushed a commit that referenced this pull request May 31, 2026
## [0.0.3](v0.0.2...v0.0.3) (2026-05-31)

### Bug Fixes

* add semantic-release config without npm plugin ([#7](#7)) ([350702e](350702e))
* raise examples Terraform floor to 1.5.7 ([6c69a5f](6c69a5f))
* use working semantic-release version and built-in token ([#5](#5)) ([e37c9aa](e37c9aa))
@github-actions

Copy link
Copy Markdown

This PR is included in version 0.0.3 🎉

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.

1 participant