Skip to content

Commit

Permalink
chore: prepare bump prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmarqs committed Aug 4, 2024
1 parent 1b6dbd0 commit 808d0f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gramoco-cli",
"version": "0.0.2",
"version": "0.0.3-0",
"private": true,
"description": "Gramoco CLI",
"keywords": [
Expand All @@ -27,7 +27,8 @@
"test:e2e": "vitest run --config ./vitest.e2e.config.mts",
"release:tag": "git tag -a v$npm_package_version -m \"v$npm_package_version\"",
"release:push": "git push origin v$npm_package_version",
"release:bump": "npm version patch --no-git-tag-version"
"release:bump": "npm version patch --no-git-tag-version",
"prerelease:bump": "npm version prerelease --no-git-tag-version"
},
"pkg": {
"scripts": [
Expand Down

0 comments on commit 808d0f8

Please sign in to comment.