Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit d94f9d4

Browse files
committed
chore: development
1 parent c553e34 commit d94f9d4

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: cycjimmy/semantic-release-action@v2
3232
with:
3333
semantic_version: 16
34-
branch: alpha
34+
branch: ${GITHUB_REF##*/}
3535
extra_plugins: |
3636
@semantic-release/git
3737
env:

package-lock.json

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
},
3737
"dependencies": {
3838
"diff": "^5.0.0",
39-
"highlight.js": "^10.5.0",
40-
"vue": "^3.0.5"
39+
"highlight.js": "^10.5.0"
4140
},
4241
"devDependencies": {
4342
"@babel/plugin-transform-runtime": "^7.12.1",
@@ -62,6 +61,7 @@
6261
"@vue/eslint-config-standard": "^5.1.2",
6362
"@vue/eslint-config-typescript": "^5.0.2",
6463
"@vue/test-utils": "^2.0.0-0",
64+
"conventional-changelog-conventionalcommits": "^4.5.0",
6565
"core-js": "^3.6.5",
6666
"eslint": "^6.7.2",
6767
"eslint-plugin-import": "^2.20.2",

0 commit comments

Comments
 (0)