Skip to content

Release workflow: tag push publishes a zip release - #5

Merged
devudilip merged 1 commit into
mainfrom
claude/ration-quota-tracker-g3uwc6
Aug 28, 2026
Merged

Release workflow: tag push publishes a zip release#5
devudilip merged 1 commit into
mainfrom
claude/ration-quota-tracker-g3uwc6

Conversation

@devudilip

@devudilip devudilip commented Aug 28, 2026

Copy link
Copy Markdown
Owner

What this is

Makes shipping a one-command act, starting with v0.1.1:

git tag v0.1.1 && git push origin v0.1.1

On any v* tag push, the new Release workflow:

  1. Verifies the tag matches public/manifest.json's version (so a mistagged release fails loudly instead of shipping a mismatched zip)
  2. Runs the full CI gate (typecheck + tests + build)
  3. Zips dist/ as ration-vX.Y.Z.zip
  4. Publishes a GitHub Release with the zip attached and auto-generated notes

The README install section now leads with the no-build-tools path: download the release zip, unzip, load unpacked.

Verification

  • npm run ci green locally (57 tests).
  • The workflow's real proof is the first tag push after merge — I'll push v0.1.1 once this lands and confirm the release appears with its zip.

Shipping becomes one command: tag vX.Y.Z and push the tag. The workflow
verifies the tag matches the manifest version, runs the full CI gate,
zips dist/, and publishes a GitHub Release with the zip attached and
auto-generated notes. README install section now offers the release zip
as the no-build-tools path.
@devudilip
devudilip merged commit cef90c4 into main Aug 28, 2026
1 check passed
@devudilip
devudilip deleted the claude/ration-quota-tracker-g3uwc6 branch August 28, 2026 20:57
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