Skip to content

Commit f2464be

Browse files
committed
chore: update demo to the latest cookiecutter-robust-python
1 parent 59c7a59 commit f2464be

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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": "070054fefc76f9dd6152e6c3c3e47f2d6e700b82",
2+
"_commit": "89c528b34bcdcdbb5c3e7c0d5213c1702bfdfa38",
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": "070054fefc76f9dd6152e6c3c3e47f2d6e700b82",
3+
"commit": "89c528b34bcdcdbb5c3e7c0d5213c1702bfdfa38",
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": "070054fefc76f9dd6152e6c3c3e47f2d6e700b82"
21+
"_commit": "89c528b34bcdcdbb5c3e7c0d5213c1702bfdfa38"
2222
}
2323
},
2424
"directory": null

.github/workflows/bump-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
changelog_increment_filename: body.md
2424

2525
generate-release-notes:
26-
name: "Generate Release Notes"
26+
name: "Get Release Notes"
2727
if: "startsWith(github.event.head_commit.message, 'bump:')"
2828
runs-on: ubuntu-latest
2929
steps:
@@ -39,7 +39,7 @@ jobs:
3939
python-version-file: ".github/workflows/.python-version"
4040

4141
- name: Get Release Notes
42-
run: uvx -s
42+
run: uvx nox -s get-release-notes
4343

4444
generate-release-draft:
4545
name: "Generate Release Draft"

0 commit comments

Comments
 (0)