File tree 2 files changed +1
-14
lines changed
2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
5
"version" : " 4.0.1" ,
6
- "changelog" : {
7
- "repo" : " AckeeCZ/antonio" ,
8
- "labels" : {
9
- "tag: new feature" : " :sparkles: New Feature" ,
10
- "tag: breaking change" : " :boom: Breaking Change" ,
11
- "tag: bug fix" : " :bug: Bug Fix" ,
12
- "tag: enhancement" : " :nail_care: Enhancement" ,
13
- "tag: documentation" : " :pencil: Documentation" ,
14
- "tag: internal" : " :house: Internal" ,
15
- "tag: underlying tools" : " :hammer: Underlying Tools"
16
- },
17
- "cacheDir" : " .changelog"
18
- },
19
6
"command" : {
20
7
"publish" : {
21
8
"message" : " 🔖 Publish"
Original file line number Diff line number Diff line change 23
23
"version" : " yarn changelog" ,
24
24
"format" : " prettier --config ./prettier.config.js --write 'packages/@ackee/*/src/**/*.ts' '*.{js,json}' --loglevel warn" ,
25
25
"release" : " lerna publish --force-publish --no-push $1" ,
26
- "release:latest" : " yarn release --dist-tag latest " ,
26
+ "release:latest" : " yarn release" ,
27
27
"release:beta" : " yarn release --dist-tag beta" ,
28
28
"release:alpha" : " yarn release --dist-tag alpha" ,
29
29
"prepare" : " yarn build" ,
You can’t perform that action at this time.
0 commit comments