Skip to content

Instantly share code, notes, and snippets.

@isabelsa
Created July 7, 2019 11:24
Show Gist options
  • Save isabelsa/910cd8df77eb90234d9553621e21591c to your computer and use it in GitHub Desktop.
Save isabelsa/910cd8df77eb90234d9553621e21591c to your computer and use it in GitHub Desktop.
.releaserc
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/github", {
"assets": [
{"path": "dist/bundle.js", "label": "JS distribution"}
]
}],
["@semantic-release/git", {
"assets": ["dist/**/*.{js,css}"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment