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:
5959 - -vcs-ref=$commit \
6060 - -defaults \
6161 - -trust \
62- - -data github_user =" first-last" \
62+ - -data package_github_repo =" first-last/repo " \
6363 - -data is_seedcase_project={{ is_seedcase_project }} \
6464 - -data author_given_name=" First" \
6565 - -data author_family_name=" Last" \
@@ -93,7 +93,7 @@ test is_seedcase_project:
9393 - -defaults \
9494 - -trust \
9595 - -overwrite \
96- - -data github_user =" first-last" \
96+ - -data package_github_repo =" first-last/repo " \
9797 - -data is_seedcase_project={{ is_seedcase_project }} \
9898 - -data author_given_name=" First" \
9999 - -data author_family_name=" Last" \
You can’t perform that action at this time.
0 commit comments