We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d91763 commit a5c956fCopy full SHA for a5c956f
3 files changed
.autorc
@@ -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
@@ -21,7 +21,8 @@
21
"prettier": "^1.14.3",
22
"lerna": "3.17.0",
23
"pretty-quick": "^1.11.1",
24
- "auto": "^7.8.0"
+ "auto": "^9.31.1",
25
+ "@auto-it/released": "^9.31.1"
26
},
27
"repository": {
28
"type": "git",
0 commit comments