Skip to content

Commit 756585f

Browse files
authored
feat: Fixed changelog location (#20)
chore: added build folder to gitignore
1 parent 86b9b05 commit 756585f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

components-versions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
components_versions/__pycache__/
22
*.egg-info
3+
build/
File renamed without changes.

release-please-config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"packages": {
55
"components-versions": {
66
"release-type": "python",
7-
"changelog-path": "components-versions/CHANGELOG.md",
87
"package-json-path": "components-versions/pyproject.toml",
98
"changelog-sections": [
109
{ "type": "feat", "section": "Features" },
@@ -17,4 +16,4 @@
1716
"separate-pull-requests": true
1817
}
1918
}
20-
}
19+
}

0 commit comments

Comments
 (0)