Skip to content

Commit 1dd1a2b

Browse files
committed
chore: update release-it config
1 parent 4c48127 commit 1dd1a2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"release": true,
1616
"preRelease": "alpha",
1717
"releaseName": "v${version}",
18-
"draft": false,
18+
"draft": true,
1919
"tokenRef": "GITHUB_TOKEN"
2020
},
2121
"npm": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@manekinekko/swa-emu",
3-
"version": "0.0.1-alpha.0",
3+
"version": "0.0.0",
44
"description": "Azure Static Web Apps Emulator for Auth, API and static content",
55
"scripts": {
66
"msha": "node src/msha.js",

0 commit comments

Comments
 (0)