Skip to content

Commit

Permalink
chore: add auto release plugin to auto-tag PRs that are part of the r…
Browse files Browse the repository at this point in the history
…elease
  • Loading branch information
bolt-bot committed May 9, 2020
1 parent 8d91763 commit a5c956f
Show file tree
Hide file tree
Showing 3 changed files with 580 additions and 108 deletions.
11 changes: 11 additions & 0 deletions .autorc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"plugins": [
[
"released",
{
"label": "released :rocket:",
"message": "%TYPE was released with %VERSION"
}
]
]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"prettier": "^1.14.3",
"lerna": "3.17.0",
"pretty-quick": "^1.11.1",
"auto": "^7.8.0"
"auto": "^9.31.1",
"@auto-it/released": "^9.31.1"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit a5c956f

Please sign in to comment.