Skip to content

ci(release): reference the shared release workflows through v1 - #26

Merged
Upd4ting merged 1 commit into
mainfrom
ci/release-workflow-v1
Sep 23, 2026
Merged

Upd4ting merged 1 commit into
mainfrom
ci/release-workflow-v1

Conversation

@Upd4ting

Copy link
Copy Markdown
Member

Summary

Reference the organization reusable release workflow AntelopeJS/.github/.github/workflows/release-npm-public.yml through the moving major tag @v1 instead of a pinned commit SHA. The organization maintains v1 as a tag re-pointed to the latest backward-compatible version of the reusable workflows (see the "Release channels" section of the organization CONTRIBUTING.md). The current v1 includes release: v${version} commits on the next channel and optional service containers. No other change.

Related issue

N/A — organization-wide alignment of release workflow references on the v1 channel.

Verification

  • grep -rn 'AntelopeJS/.github/.github/workflows' .github/workflows shows only the @v1 reference.
  • actionlint .github/workflows/release.yml (rhysd/actionlint Docker image): clean.
  • YAML parsed successfully for every file in .github/workflows.
  • Checked that release-npm-public.yml@v1 still accepts the channel input and the RELEASE_GITHUB_TOKEN secret used here.

Checklist

  • The pull request title follows Conventional Commits.
  • I added or updated tests when behavior changed. N/A: workflow reference change only.
  • I updated documentation when users or contributors are affected. N/A: no user-facing change.
  • I documented breaking changes and migration steps. N/A: no breaking change.
  • I did not include credentials or unrelated changes.

@Upd4ting
Upd4ting merged commit 414ecac into main Sep 23, 2026
2 checks passed
@Upd4ting
Upd4ting deleted the ci/release-workflow-v1 branch September 23, 2026 17:50
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