Skip to content

Commit

Permalink
ci(release): revert conventionalcommit preset (#2172)
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf authored Sep 5, 2023
1 parent 2d9f11e commit 252c6a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 82 deletions.
77 changes: 2 additions & 75 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"commitizen": "^4.2.5",
"conventional-changelog-conventionalcommits": "^7.0.1",
"copyfiles": "^2.4.1",
"coveralls": "^3.1.1",
"eslint": "^7.32.0",
Expand Down Expand Up @@ -173,84 +172,12 @@
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits",
"releaseRules": [
{
"scope": "python",
"hidden": true,
"release": false
},
{
"type": "feat",
"section": "Features",
"release": true
},
{
"type": "feature",
"section": "Features",
"release": true
},
{
"type": "fix",
"section": "Bug Fixes",
"release": true
},
{
"type": "perf",
"section": "Performance Improvements",
"release": true
},
{
"type": "revert",
"section": "Reverts",
"release": true
},
{
"type": "docs",
"section": "Documentation",
"hidden": true,
"release": false
},
{
"type": "style",
"section": "Styles",
"hidden": true,
"release": false
},
{
"type": "chore",
"section": "Miscellaneous Chores",
"hidden": true,
"release": false
},
{
"type": "refactor",
"section": "Code Refactoring",
"hidden": true,
"release": false
},
{
"type": "test",
"section": "Tests",
"hidden": true,
"release": false
},
{
"type": "build",
"section": "Build System",
"hidden": true,
"release": false
},
{
"type": "ci",
"section": "Continuous Integration",
"hidden": true,
"scope": "python*",
"release": false
}
],
"presetConfig": {
"ignoreCommits": "python"
}
]
}
],
"@semantic-release/release-notes-generator",
Expand Down
7 changes: 0 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2057,13 +2057,6 @@ conventional-changelog-conventionalcommits@^5.0.0:
lodash "^4.17.15"
q "^1.5.1"

conventional-changelog-conventionalcommits@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.1.tgz#b47e7d1b3a0c1e370c4c27eea741f06729913f5f"
integrity sha512-VfFJxBmi+LYXeb4pIfZGbuaFCpWZh0qXbUAKP/s6B8tigV6R4D8j5PDlTtMMWawa7+DcNySVoF7kPWz0EMYuCQ==
dependencies:
compare-func "^2.0.0"

conventional-changelog-writer@^5.0.0:
version "5.0.1"
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-5.0.1.tgz#e0757072f045fe03d91da6343c843029e702f359"
Expand Down

0 comments on commit 252c6a2

Please sign in to comment.