Skip to content

Commit 88e701e

Browse files
committed
fix: Update semantic-release config
1 parent 39d2b14 commit 88e701e

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"version": "1.0.0",
44
"description": "A plugin dedicated for vue3 to show confirm dialog modal.",
55
"main": "dist/index.js",
6-
"release": {
7-
"branches": ["main"]
8-
},
96
"typings": "dist/types/index.d.ts",
107
"types": "dist/types/index.d.ts",
118
"scripts": {

release.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
22
"dryRun": false,
33
"preset": "angular",
4+
"branches": ["main"],
45
"plugins": [
56
"@semantic-release/commit-analyzer",
67
"@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)