Skip to content

Commit

Permalink
chore: move release config .releaserc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKruckenberg committed Feb 1, 2021
1 parent b177001 commit 4d34794
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
13 changes: 13 additions & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
branches:
- main
- next
plugins:
- - "@semantic-release/commit-analyzer"
- preset: "angular"
releaseRules:
- type: docs
scope: README
release: patch
- "@semantic-release/release-notes-generator"
- "@semantic-release/npm"
- "@semantic-release/github"
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,5 @@
"repository": {
"type": "git",
"url": "https://github.com/JonasKruckenberg/vite-plugin-imageset.git"
},
"release": {
"branches": [
"main",
"next"
]
}
}

0 comments on commit 4d34794

Please sign in to comment.