Skip to content

Commit 83e0b7d

Browse files
authored
ci(publishConfig): set dist-tag to next in root, see if semantic release detects it (#180)
1 parent 8e4e220 commit 83e0b7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"semantic-release": "15.1.7",
2121
"semantic-release-monorepo": "6.0.1"
2222
},
23+
"publishConfig": {
24+
"tag": "next"
25+
},
2326
"lint-staged": {
2427
"*.js": [
2528
"prettier --write",

0 commit comments

Comments
 (0)