File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ [tool .commitizen ]
2
+ bump_message = " build(version): :bookmark: update version from $current_version to $new_version"
3
+ update_changelog_on_bump = true
4
+ version_provider = " uv"
5
+ # Don't regenerate the changelog on every update
6
+ changelog_incremental = true
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ test is_seedcase_project:
59
59
- -vcs-ref=$commit \
60
60
- -defaults \
61
61
- -trust \
62
- - -data github_user =" first-last" \
62
+ - -data package_github_repo =" first-last/repo " \
63
63
- -data is_seedcase_project={{ is_seedcase_project }} \
64
64
- -data author_given_name=" First" \
65
65
- -data author_family_name=" Last" \
@@ -93,7 +93,7 @@ test is_seedcase_project:
93
93
- -defaults \
94
94
- -trust \
95
95
- -overwrite \
96
- - -data github_user =" first-last" \
96
+ - -data package_github_repo =" first-last/repo " \
97
97
- -data is_seedcase_project={{ is_seedcase_project }} \
98
98
- -data author_given_name=" First" \
99
99
- -data author_family_name=" Last" \
You can’t perform that action at this time.
0 commit comments