Skip to content

Commit

Permalink
chore: configure semantic-release for main
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Feb 22, 2023
1 parent 75d7700 commit bd08566
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aicommits",
"version": "1.0.7",
"version": "0.0.0-semantic-release",
"description": "Writes your git commit messages for you with AI",
"keywords": [
"ai",
Expand All @@ -19,7 +19,8 @@
"prepare": "simple-git-hooks",
"build": "pkgroll --minify",
"lint": "eslint --cache .",
"type-check": "tsc"
"type-check": "tsc",
"prepack": "pnpm build"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down Expand Up @@ -57,5 +58,8 @@
}
}
]
},
"release": {
"branches": ["main"]
}
}

0 comments on commit bd08566

Please sign in to comment.