M-A3 · Task 8: Wire release:* scripts into root package.json

Open Beginner friendly
#108 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
1-3 hours
Newbie friendliness
82/100
Issue type
Feature
Clarity
Clearly specified
Activity status
Quiet
Tech stack
bun, typescript

Research direction

Open the root package.json and inspect scripts/release/ to confirm the six referenced TypeScript files from Tasks 2–7. Add the six release:* commands so each runs its matching bun scripts/release/.ts entry point, then verify them with bun run release:* commands before Task 10 uses them.

Written by the indexing model from the issue text.

Description

Add the following scripts to root package.json so humans and CI run them via bun run release:*:

  • release:changelog:extract
  • release:changelog:promote
  • release:build
  • release:checksums
  • release:homebrew
  • release:prepare-publish

Each maps to bun scripts/release/<name>.ts.

Plan: docs/superpowers/plans/2026-04-17-m-a3-release-tooling.md — Task 8.

Follows: Tasks 2, 3, 4, 5, 6, 7 (all referenced scripts must exist).
Blocks: Task 10 (release workflow invokes these scripts via bun run).

Dominant language
TypeScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from swissonid/zero-line

All issues in swissonid/zero-line

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.