feat: Gitea npm registry publish config + Changesets (#4)

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #4.
This commit is contained in:
2026-03-07 00:40:02 +00:00
committed by jason.woltje
parent 04d13e510c
commit e8440b9951
8 changed files with 56 additions and 4 deletions

View File

@@ -33,3 +33,17 @@ steps:
image: valkey/valkey:8-alpine
environment:
- ALLOW_EMPTY_PASSWORD=yes
- name: publish
image: node:22-alpine
depends_on: [test]
when:
branch: main
event: push
environment:
GITEA_NPM_TOKEN:
from_secret: gitea_npm_token
commands:
- corepack enable
- pnpm changeset version || true
- pnpm changeset publish