Skip to content

Commit

Permalink
ci: remove assets array
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-berlin committed Jun 26, 2022
1 parent b886ded commit 38df7ea
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,9 @@
"@semantic-release/npm",
["@semantic-release/git", {
"assets": ["CHANGELOG.md", "package.json", "package-lock.json", "npm-shrinkwrap.json"],
"message": "chore(release): <version> [skip ci]\n\n<release notes>"
"message": "chore(release): publish version ${nextRelease.version}"
}],
["@semantic-release/github", {
"assets": [
{"path": "functions/**", "label": "SCSS functions"},
{"path": "mixins/**", "label": "SCSS mixins"},
{"path": "variables/**", "label": "SCSS variables"},
["package.json", "package-lock.json", "README.md", "CHANGELOG.md", "LICENSE", "functions.scss", "mixins.scss"]
],
"message": "Release <%= nextRelease.version %> - <%= new Date().toLocaleDateString('en-US', {year: 'numeric', month: 'short', day: 'numeric', hour: 'numeric', minute: 'numeric' }) %> [skip ci]\n\n<%= nextRelease.notes %>"
}]
],
Expand Down

0 comments on commit 38df7ea

Please sign in to comment.