[READ-ONLY] Mirror of https://github.com/danielroe/uppt. A composite GitHub Action that turns conventional commits into a draft release PR, tags the PR on merge, and stages publishing to npm via OIDC
github-action npm npmjs oidc staged-publish trusted-publishing
0

Configure Feed

Select the types of activity you want to include in your feed.

uppt / package.json
523 B 19 lines
1{ 2 "name": "uppt", 3 "version": "0.0.1", 4 "private": true, 5 "description": "Composite GitHub Action to release PRs from conventional commits, tag on merge, publish to npm via OIDC.", 6 "author": "Daniel Roe <daniel@roe.dev>", 7 "license": "MIT", 8 "type": "module", 9 "scripts": { 10 "test": "vitest run", 11 "test:types": "tsgo --noEmit" 12 }, 13 "devDependencies": { 14 "@types/node": "24.12.4", 15 "@typescript/native-preview": "7.0.0-dev.20260527.2", 16 "vitest": "4.1.7" 17 }, 18 "packageManager": "pnpm@11.5.0" 19}