[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
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.13.3",
15 "@typescript/native-preview": "7.0.0-dev.20260707.2",
16 "vitest": "4.1.10"
17 },
18 "packageManager": "pnpm@11.17.0"
19}