Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f553484

Browse files
committedMay 12, 2023
chore: switch to bumpp
1 parent 279d572 commit f553484

File tree

4 files changed

+281
-1881
lines changed

4 files changed

+281
-1881
lines changed
 

‎.github/workflows/release.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

‎package.json

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,6 @@
1010
"bugs": {
1111
"url": "https://github.com/kazupon/vue-i18n-locale-message/issues"
1212
},
13-
"changelog": {
14-
"labels": {
15-
"Type: Feature": ":star: Features",
16-
"Type: Bug": ":bug: Bug Fixes",
17-
"Type: Security": ":lock: Security Fixes",
18-
"Type: Performance": ":chart_with_upwards_trend: Performance Fixes",
19-
"Type: Improvement": ":zap: Improvement Features",
20-
"Type: Breaking": ":boom: Breaking Change",
21-
"Type: Deprecated": ":warning: Deprecated Features",
22-
"Type: I18n": ":globe_with_meridians: Internationalization",
23-
"Type: A11y": ":wheelchair: Accessibility",
24-
"Type: Documentation": ":pencil: Documentation"
25-
}
26-
},
2713
"dependencies": {
2814
"@intlify/cli": "^0.11.0",
2915
"@vue/component-compiler-utils": "^3.0.0",
@@ -58,13 +44,12 @@
5844
"@types/yargs": "^15.0.0",
5945
"@typescript-eslint/eslint-plugin": "^3.0.0",
6046
"@typescript-eslint/parser": "^3.0.0",
47+
"bumpp": "^9.1.0",
6148
"eslint": "^7.4.0",
6249
"eslint-plugin-vue-libs": "^4.0.0",
6350
"jest": "^26.0.0",
6451
"jest-watch-typeahead": "^0.6.0",
65-
"lerna-changelog": "^1.0.0",
6652
"opener": "^1.5.1",
67-
"shipjs": "^0.23.0",
6853
"ts-jest": "^26.0.0",
6954
"tsd": "^0.13.0",
7055
"typescript": "^3.9.5",
@@ -103,8 +88,7 @@
10388
"clean": "rm -rf ./coverage",
10489
"coverage": "opener coverage/lcov-report/index.html",
10590
"lint": "eslint ./src ./test --ext .ts --ignore-pattern \"*.test.*\"",
106-
"release:prepare": "shipjs prepare",
107-
"release:trigger": "shipjs trigger",
91+
"release": "bumpp --commit \"release: v%s\" --push --tag",
10892
"test": "npm run lint && npm run test:types && npm run test:cover && npm run build",
10993
"test:cover": "npm run test:unit -- --coverage",
11094
"test:unit": "jest --clearCache && jest --env node",

‎ship.config.js

Lines changed: 0 additions & 70 deletions
This file was deleted.
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.