Skip to content

Commit 269eecd

Browse files
committed
bump: version 2025.12.0 → 2025.12.1
1 parent 2104fab commit 269eecd

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## v2025.12.1 (2025-12-08)
2+
3+
### Feat
4+
5+
- improve the initial description and add a small blurb linking to the tooling rationale
6+
- add pin image for use in readme
7+
- add additional note pointing toward newly made PR url
8+
- remove extra url marker for stability temporarily
9+
- add debugging logs marking the location of demo PR's made
10+
- add GH_TOKEN adjacent to DEMO_TOKEN usages
11+
- add passthrough of DEMO_TOKEN wherever needed
12+
- add workflow_call secrets passthrough
13+
- replace default github token with premade PAT named DEMO_TOKEN
14+
15+
### Fix
16+
17+
- adjust inversed returncode chec
18+
- swap to just checking return code
19+
- shrink the scope of text checked for to ensure differing gh cli versions don't differ wording
20+
- remove decodes that aren't relevant
21+
- add utf-8 decodes where missing
22+
- add --global kwargs to git config calls to see if that fixes the error
23+
- add passthrough for branch name to differentiate branch name source for pull requests and straight pushes
24+
- adjust syntax to use branches-ignore in sync-demos workflow
25+
- add git config to update-demo workflow
26+
- try removing ancestry check to see if it actually matters
27+
- replace check against commit hash to instead check against HEAD in update-demo workflow
28+
- remove backup creation of develop branch due to more purposeful checkout existing
29+
- add two additional fetches that ensure branch actually exists locally so CICD doesn't error on update demo workflow
30+
- move fetch depth adjustment to the demo instead of the template checkout in the update-demo workflow
31+
- ensure enough history is fetched in update-demo workflow to verify branch is in sync with remote during CI
32+
- adjust repository reference in merge-demo-feature.yml
33+
134
## v2025.12.0 (2025-12-01)
235

336
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cookiecutter-robust-python"
3-
version = "2025.12.0"
3+
version = "2025.12.1"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.10,<4.0"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)