We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d2b14 commit 88e701eCopy full SHA for 88e701e
2 files changed
package.json
@@ -3,9 +3,6 @@
3
"version": "1.0.0",
4
"description": "A plugin dedicated for vue3 to show confirm dialog modal.",
5
"main": "dist/index.js",
6
- "release": {
7
- "branches": ["main"]
8
- },
9
"typings": "dist/types/index.d.ts",
10
"types": "dist/types/index.d.ts",
11
"scripts": {
release.config.js
@@ -1,6 +1,7 @@
1
module.exports = {
2
"dryRun": false,
"preset": "angular",
+ "branches": ["main"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
0 commit comments