Skip to content

Commit

Permalink
chore: add version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ramboz committed May 24, 2024
1 parent 99ffbfe commit 39eaa57
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
{
"branches": ["main"]
"branches": ["main"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
["@semantic-release/git", {
"assets": ["CHANGELOG.md", "package.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}]
]

}
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"devDependencies": {
"@babel/eslint-parser": "7.22.15",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/npm": "12.0.1",
"eslint": "8.48.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.28.1",
Expand Down

0 comments on commit 39eaa57

Please sign in to comment.