Skip to content

Instantly share code, notes, and snippets.

@amazingandyyy
Created June 8, 2021 02:04
Show Gist options
  • Save amazingandyyy/d47f7cad8d55051c0d917a06083dbf60 to your computer and use it in GitHub Desktop.
Save amazingandyyy/d47f7cad8d55051c0d917a06083dbf60 to your computer and use it in GitHub Desktop.
{
"branches": [
"master",
{
"name": "(f|b|c)/*",
"channel": "next",
"prerelease": "beta-<%= (/^\\w+-\\d+/.exec(name.substr(2)) || [])[0] %>"
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
}
#!/usr/bin/env bash
set -e
npx semantic-release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment