Skip to content

Commit

Permalink
chore: fix release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Sep 30, 2023
1 parent e80ed11 commit d07b30a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.0-alpha.4",
"version": "4.0.0-alpha.5",
"type": "module",
"name": "swissqrbill",
"description": "Swiss QR Bill generation in Node.js and browsers",
Expand Down Expand Up @@ -63,10 +63,12 @@
"prerelease": "npm run test -- --run && npm run build",
"prerelease:alpha": "npm run test -- --run && npm run build",
"prerelease:beta": "npm run test -- --run && npm run build",
"publish": "changelogen --publish && changelogen gh release",
"publish:alpha": "npm run publish:latest -- --publishTag alpha",
"publish:beta": "npm run publish:latest -- --publishTag beta",
"publish:latest": "changelogen gh release && changelogen --publish",
"release": "changelogen --bump --output --no-tag",
"release:alpha": "npm run release -- --prerelease alpha --publishTag alpha",
"release:beta": "npm run release -- --prerelease beta --publishTag beta",
"release:alpha": "npm run release -- --prerelease alpha",
"release:beta": "npm run release -- --prerelease beta",
"spellcheck": "cspell lint",
"spellcheck:ci": "npm run spellcheck -- --no-progress",
"test": "vitest --config ./vite.config.ts --threads=false",
Expand Down

0 comments on commit d07b30a

Please sign in to comment.