Skip to content

Instantly share code, notes, and snippets.

@bobbyg603
Last active August 11, 2022 12:47
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 bobbyg603/e6c434da947eac4215f528752835fb42 to your computer and use it in GitHub Desktop.
Save bobbyg603/e6c434da947eac4215f528752835fb42 to your computer and use it in GitHub Desktop.
Semantic-Release configuration for Angular
{
"branches": [
"main"
],
"plugins": [
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/npm",
{
"pkgRoot": "dist/ngx-toggle"
}
],
"@semantic-release/git",
"@semantic-release/github"
]
}
@bobbyg603
Copy link
Author

Updated so that the npm step comes before the git/github steps. This is needed so that the new version gets committed to github.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment