We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3049f09 commit 5272e21Copy full SHA for 5272e21
.release-it.json
@@ -18,7 +18,8 @@
18
"tagArgs": [],
19
"push": true,
20
"pushArgs": ["--follow-tags"],
21
- "pushRepo": ""
+ "pushRepo": "",
22
+ "changelog": "git log --pretty=format:\"* %s (%h) by %cn on %as\" ${from}...${to}"
23
},
24
"github": {
25
"release": true,
@@ -36,22 +37,6 @@
36
37
"web": false
38
39
"plugins": {
- "@release-it/conventional-changelog": {
40
- "ignoreRecommendedBump": true,
41
- "preset": {
42
- "name": "conventionalcommits"
43
- },
44
- "types": [
45
- {
46
- "type": "[pre-commit.ci]",
47
- "section": "CI"
48
49
50
- "type": "chore(deps)",
51
52
- }
53
- ]
54
55
"@release-it/bumper": {
56
"in": "pyproject.toml",
57
"out": { "file": "pyproject.toml", "path": "project.version" }
0 commit comments