Skip to content

Instantly share code, notes, and snippets.

@VisualBean
Created April 10, 2023 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VisualBean/8e35dfc81f426f3bbf03676c5a9d4051 to your computer and use it in GitHub Desktop.
Save VisualBean/8e35dfc81f426f3bbf03676c5a9d4051 to your computer and use it in GitHub Desktop.
module.exports = {
branches: "main",
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment