Skip to content

Commit 471642f

Browse files
committed
🐛 Fix release:latest
1 parent 7bcc184 commit 471642f

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

lerna.json

-13
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,6 @@
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"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-
},
196
"command": {
207
"publish": {
218
"message": "🔖 Publish"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"version": "yarn changelog",
2424
"format": "prettier --config ./prettier.config.js --write 'packages/@ackee/*/src/**/*.ts' '*.{js,json}' --loglevel warn",
2525
"release": "lerna publish --force-publish --no-push $1",
26-
"release:latest": "yarn release --dist-tag latest",
26+
"release:latest": "yarn release",
2727
"release:beta": "yarn release --dist-tag beta",
2828
"release:alpha": "yarn release --dist-tag alpha",
2929
"prepare": "yarn build",

0 commit comments

Comments
 (0)