Skip to content

Commit a5c956f

Browse files
committed
chore: add auto release plugin to auto-tag PRs that are part of the release
1 parent 8d91763 commit a5c956f

File tree

3 files changed

+580
-108
lines changed

3 files changed

+580
-108
lines changed

.autorc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"plugins": [
3+
[
4+
"released",
5+
{
6+
"label": "released :rocket:",
7+
"message": "%TYPE was released with %VERSION"
8+
}
9+
]
10+
]
11+
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"prettier": "^1.14.3",
2222
"lerna": "3.17.0",
2323
"pretty-quick": "^1.11.1",
24-
"auto": "^7.8.0"
24+
"auto": "^9.31.1",
25+
"@auto-it/released": "^9.31.1"
2526
},
2627
"repository": {
2728
"type": "git",

0 commit comments

Comments
 (0)