Skip to content

Commit

Permalink
build(deps): update semantic-release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed May 26, 2023
1 parent 8fdfb13 commit 162d36f
Show file tree
Hide file tree
Showing 3 changed files with 2,990 additions and 1,927 deletions.
35 changes: 35 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"repositoryUrl": "git@github.com:insurgent-lab/conventional-changelog-preset.git",
"branches": ["main"],
"tagFormat": "v${version}",
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"config": "./index.js",
"releaseRules": "./release-rules.js"
}
],
[
"@semantic-release/release-notes-generator",
{
"config": "./index.js"
}
],
"@semantic-release/npm",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md", "package.json", "package-lock.json"],
"message": "Release v${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/github"
]
}
Loading

0 comments on commit 162d36f

Please sign in to comment.