Skip to content

Commit ac03e8e

Browse files
committed
feat: remove semantic-release changelog and git commit generation (#416)
1 parent cd0a9eb commit ac03e8e

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

.releaserc.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,6 @@
44
"@semantic-release/commit-analyzer",
55
"@semantic-release/release-notes-generator",
66
"semantic-release-pypi",
7-
"@semantic-release/github",
8-
[
9-
"@semantic-release/changelog",
10-
{
11-
"changelogFile": "CHANGELOG.md",
12-
"changelogTitle": "# Semantic Versioning Changelog"
13-
}
14-
],
15-
[
16-
"@semantic-release/git",
17-
{
18-
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
19-
"assets": ["CHANGELOG.md", "pyproject.toml"]
20-
}
21-
]
7+
"@semantic-release/github"
228
]
239
}

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"devDependencies": {
3-
"@semantic-release/changelog": "^6.0.3",
4-
"@semantic-release/git": "^10.0.1",
53
"semantic-release": "^22.0.5",
64
"semantic-release-pypi": "^5.1.0"
75
}

0 commit comments

Comments
 (0)