File tree Expand file tree Collapse file tree 4 files changed +72
-155
lines changed Expand file tree Collapse file tree 4 files changed +72
-155
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,3 @@ version_files = [
7
7
" pyproject.toml:version" ,
8
8
" dynamic-configuration/pyproject.toml:version"
9
9
]
10
- changelog_incremental = true
11
- update_changelog_on_bump = true
Original file line number Diff line number Diff line change @@ -21,14 +21,11 @@ jobs:
21
21
- name : Create bump and changelog
22
22
uses : commitizen-tools/commitizen-action@master
23
23
with :
24
- changelog_increment_filename : changelog.md
25
24
github_token : " ${{ secrets.PERSONAL_ACCESS_TOKEN }}"
26
25
- name : Release
27
26
uses : softprops/action-gh-release@v1
28
27
with :
29
28
body_path : " changelog.md"
30
29
tag_name : syntho-cli-${{ env.REVISION }}
31
- files : |
32
- changelog.md
33
30
env :
34
31
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments