Skip to content

Instantly share code, notes, and snippets.

@alexlafroscia
Created May 4, 2018 16:50
Show Gist options
  • Save alexlafroscia/7de251244fb1a0ff1969b2e5583ac339 to your computer and use it in GitHub Desktop.
Save alexlafroscia/7de251244fb1a0ff1969b2e5583ac339 to your computer and use it in GitHub Desktop.
@semantic-release/git config for Ember CLI Addon Docs
{
"release": {
"verifyConditions": [
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
],
"prepare": [
"@semantic-release/npm",
{
"path": "@semantic-release/git",
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment