Skip to content

Commit

Permalink
DEV: Try to fix semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
iwt-nduesing committed Sep 30, 2021
1 parent 0326d72 commit f7f1571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"homepage": "https://github.com/ImmoweltGroup/stylelint-config-immowelt#readme",
"scripts": {
"release": "semantic-release"
"release": "semantic-release --branches main"
},
"dependencies": {
"@immowelt/browserslist-config": "^2.0.0",
Expand Down Expand Up @@ -36,7 +36,7 @@
"access": "public"
},
"release": {
"branch": "main",
"branches": ["main"],
"analyzeCommits": {
"releaseRules": [
{
Expand Down

0 comments on commit f7f1571

Please sign in to comment.