Skip to content

Commit eca20a3

Browse files
committed
chore: update demo to the latest cookiecutter-robust-python
1 parent f9a6f8c commit eca20a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_commit": "a77aa4d78cc34e55b4a187437d067ccd14657730",
2+
"_commit": "753f227596fe689bb47dedc3de057d7dfa04e730",
33
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
44
"add_rust_extension": false,
55
"author": "Kyle Oliver",

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
3-
"commit": "a77aa4d78cc34e55b4a187437d067ccd14657730",
3+
"commit": "753f227596fe689bb47dedc3de057d7dfa04e730",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"development_status": "Development Status :: 1 - Planning",
2020
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
21-
"_commit": "a77aa4d78cc34e55b4a187437d067ccd14657730"
21+
"_commit": "753f227596fe689bb47dedc3de057d7dfa04e730"
2222
}
2323
},
2424
"directory": null

scripts/setup-release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def setup_release(increment: Optional[str] = None) -> None:
4141
Sets up a release branch from the branch develop, bumps the version, and creates a release commit. Does not tag the
4242
release or push any changes.
4343
"""
44-
check_dependencies(path=REPO_FOLDER, dependencies=["git", "cz"])
44+
check_dependencies(path=REPO_FOLDER, dependencies=["git"])
4545

4646
current_version: str = get_package_version()
4747
new_version: str = get_bumped_package_version(increment=increment)

0 commit comments

Comments
 (0)