dwjohnston / dwjohnston/thunderjar
Add publishing — use changesets
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Set up package publishing using [Changesets](https://github.com/changesets/changesets) (version bump + changelog + npm publish workflow driven by per-PR changeset files).
## Scope to nail down
- Where does Thunderjar get consumed from today — is it a published npm package, or only used via relative import (`../thunderjar/src/...`) as shown in the docs? Publishing implies a package boundary/public API needs to be settled first.
- Changesets bot/CI wiring — version PR workflow vs. direct publish on merge.
- Depends on [Add build pipeline] existing first, since publish should gate on CI passing.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by checking the documentation references to ../thunderjar/src/... and determine how Thunderjar is consumed today. Then review the existing build pipeline work before defining the package boundary and public API, Changesets bot/CI behavior, version-PR versus direct-publish flow, and CI gating; done means those choices are settled and the publishing workflow is specified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, typescript
- Domain
- build-system, ci-cd, release
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100