Skip to content

Commit 1facbe5

Browse files
committed
chore: add dist-tag to release script
1 parent 54c7003 commit 1facbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"postinstall": "simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0",
2121
"prelint": "yarn build",
2222
"prerelease": "yarn build",
23-
"release": "lerna publish --conventional-commits --create-release github --yes",
23+
"release": "lerna publish --dist-tag release-v1 --conventional-commits --create-release github --yes",
2424
"test": "jest",
2525
"typecov": "type-coverage"
2626
},

0 commit comments

Comments
 (0)