chore: improve pre.json and add pre-release workflow

This commit is contained in:
Ralph Khreish
2025-05-03 18:37:51 +02:00
parent 61b2abc3bb
commit 24ddc96f89
3 changed files with 57 additions and 1 deletions

View File

@@ -33,6 +33,9 @@ jobs:
run: npm ci
timeout-minutes: 2
- name: Exit pre-release mode (safety check)
run: npx changeset pre exit || true
- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
with: