Skip to content

Commit

Permalink
chore(package): allow new commit type switched for non-released fun…
Browse files Browse the repository at this point in the history
…ctionality
  • Loading branch information
adrianschmidt committed Mar 4, 2020
1 parent 29b6302 commit 09da7b5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Expand Up @@ -11,6 +11,7 @@ module.exports = {
'feat',
'fix',
'docs',
'switched',
'style',
'refactor',
'perf',
Expand Down
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions package.json
Expand Up @@ -53,8 +53,8 @@
"@commitlint/config-conventional": "8.3.4",
"@lundalogik/lime-icons8": "https://npm.pkg.github.com/download/@lundalogik/lime-icons8/2.1.0/96ebb4a7165fc618dba53568ab04db5fb9803a58d19e936965415e14dd224256",
"@semantic-release/changelog": "5.0.0",
"@semantic-release/git": "7.0.18",
"@semantic-release/exec": "4.0.0",
"@semantic-release/git": "7.0.18",
"@stencil/core": "1.8.11",
"@stencil/sass": "1.1.1",
"@types/chart.js": "2.9.15",
Expand All @@ -63,7 +63,7 @@
"@types/react": "16.9.24",
"commitizen": "4.0.3",
"cross-env": "7.0.0",
"cz-conventional-changelog": "3.1.0",
"cz-conventional-changelog": "git+https://github.com/Lundalogik/cz-conventional-changelog.git",
"docz": "1.3.2",
"docz-theme-default": "1.2.0",
"eslint": "6.8.0",
Expand Down Expand Up @@ -107,7 +107,13 @@
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
"path": "./node_modules/cz-conventional-changelog",
"additionalTypes": {
"switched": {
"description": "Not-yet-released functionality hidden behind a feature switch",
"title": "Not Released (feature switched)"
}
}
}
},
"greenkeeper": {
Expand Down

0 comments on commit 09da7b5

Please sign in to comment.