Skip to content

Instantly share code, notes, and snippets.

@codewithleader
Created February 27, 2024 17:21
Show Gist options
  • Save codewithleader/f868de2bdff6b2ffd40bd665ef978251 to your computer and use it in GitHub Desktop.
Save codewithleader/f868de2bdff6b2ffd40bd665ef978251 to your computer and use it in GitHub Desktop.
semantic-release: Plugins que van en el package.json para la devDependency semantic-release la cual se encarga de crear una nueva release al hacer push
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/npm",
"@semantic-release/git"
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment