|
| 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 | + |
1 | 34 | ## v2025.12.0 (2025-12-01) |
2 | 35 |
|
3 | 36 | ### Feat |
|
0 commit comments