Skip to content

Commit

Permalink
chore: add release and release:dry command
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Nov 9, 2023
1 parent 3cd8016 commit ef0b3c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"release:beta": "standard-version --prerelease beta --no-verify",
"release:beta:dry": "standard-version --dry-run --prerelease beta",
"release:rc": "standard-version --prerelease rc --no-verify",
"release:rc:dry": "standard-version --dry-run --prerelease rc"
"release:rc:dry": "standard-version --dry-run --prerelease rc",
"release": "standard-version",
"release:dry": "standard-version --dry-run"
},
"dependencies": {
"@azure/identity": "3.3.0",
Expand Down

0 comments on commit ef0b3c8

Please sign in to comment.