Skip to content

Commit

Permalink
fix(release): adapt release-it.json and commitlint scopes to fix "rel…
Browse files Browse the repository at this point in the history
…ease" command failure
  • Loading branch information
christophercr committed Jun 26, 2018
1 parent e909416 commit 0e05826
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
1 change: 0 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"changelogCommand": "npm run generate:changelog-recent",
"buildCommand": false,
"safeBump": false,
"beforeChangelogCommand": false,
"requireCleanWorkingDir": true,
"requireUpstream": true,
"src": {
Expand Down
12 changes: 5 additions & 7 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,21 @@ module.exports = {
2,
"always",
[
"core",
"ui",
"test",
"build",
"accessibility",
"build",
"build-main",
"developer-guide",
"docs",
"qa",
"release",
"stark-all",
"stark-build",
"stark-core",
"stark-demo",
"stark-starter",
"stark-rbac",
"stark-ui",
"testing"
"stark-starter",
"stark-testing",
"stark-ui"
]
],
"scope-case": [2, "always", "lowerCase"]
Expand Down

0 comments on commit 0e05826

Please sign in to comment.