Skip to content

Commit

Permalink
feat: automated version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaswma committed Jan 24, 2024
1 parent 214815d commit 1deba6b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@ const config = {
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
{
npmPublish: false,
tarballDir: false
}
],
[
"@semantic-release/git",
{
assets: ["package.json"],
assets: ["package.json"], // Ensure package.json is included as an asset
message:
"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
Expand Down

0 comments on commit 1deba6b

Please sign in to comment.