Skip to content

ci: create GitHub Release on tag push (parity with armory-todo)#4

Merged
rz1989s merged 1 commit into
mainfrom
chore/release-gh-release-parity
Jul 23, 2026
Merged

ci: create GitHub Release on tag push (parity with armory-todo)#4
rz1989s merged 1 commit into
mainfrom
chore/release-gh-release-parity

Conversation

@rz1989s

@rz1989s rz1989s commented Jul 23, 2026

Copy link
Copy Markdown
Member

Mirror armory-todo's release.yml so every v* tag also creates a GitHub Release (auto-generated notes), in sync with the npm publish.

Changes:

  • permissions: contents: readcontents: write (needed to create releases on tag push)
  • Add idempotent Create GitHub Release step after publish (if: success() — fires even when npm publish was skipped as already-published)
  • Uses the auto-provided github.token + gh CLI — no third-party action

Closes the release-CI parity gap with armory-todo. No behavior change to the publish job itself.

Mirror armory-todo's release.yml: bump permissions contents: read →
contents: write and add an idempotent 'Create GitHub Release' step that
runs after publish (if: success(), so it still fires when npm publish
was skipped as already-published). Uses the auto-provided github.token
with gh CLI — no third-party action. Keeps GitHub Releases in sync with
npm on every v* tag.
@rz1989s
rz1989s merged commit d9d749e into main Jul 23, 2026
@rz1989s
rz1989s deleted the chore/release-gh-release-parity branch July 23, 2026 08:42
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