Skip to content

refactor: standardize workflows to use centralized reusable callers#188

Merged
ChristophShyper merged 4 commits intomasterfrom
feat/baseline-refactor-v2
Mar 28, 2026
Merged

refactor: standardize workflows to use centralized reusable callers#188
ChristophShyper merged 4 commits intomasterfrom
feat/baseline-refactor-v2

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Mar 28, 2026

📝 Brief description

refactor: standardize workflows to use centralized reusable callers
fix: fall back to latest git tag when .version file is missing
refactor and fix
Updated baseline sync files and reusable workflow callers

💻 Commits

  • b90cbfb - ChristophShyper - 2026-03-28 16:24:03
    | Updated baseline sync files and reusable workflow callers
    |
  • da5cba1 - ChristophShyper - 2026-03-28 15:59:29
    | refactor and fix
    |
  • a5c34fe - ChristophShyper - 2026-03-28 15:59:29
    | fix: fall back to latest git tag when .version file is missing
    | VERSION variable now resolves from git tags when VERSION_FROM_FILE
    | is empty, so version:resolve-next works on fresh checkouts without
    | a committed .version file.
    |
    | Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
    |
  • 3093138 - Christoph - 2026-03-28 10:46:07
    refactor: standardize workflows to use centralized reusable callers
    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

📁 Modified files

.editorconfig | 1 -
.github/workflows/auto-create-pull-request.yml | 86 ++--------------
.github/workflows/auto-create-release.yml (gone) | 99 -------------------
.github/workflows/cron-check-dependencies.yml | 51 ++--------
.github/workflows/manual-sync-common-files.yml | 43 ++------
.github/workflows/manual-update-version.yml | 83 +++-------------
.gitignore | 1 +
.pre-commit-config.yaml | 12 +--
.yamllint.yml | 7 +-
Taskfile.cicd.yml | 119 ++++++++++++++---------
Taskfile.variables.yml | 20 ++--
11 files changed, 134 insertions(+), 388 deletions(-)

⚠️ Additional information

  • Pushed to a branch with a proper name and provided proper commit message.
  • Provided a clear and concise description of what the issue is.

Check CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ChristophShyper and others added 3 commits March 28, 2026 15:59
VERSION variable now resolves from git tags when VERSION_FROM_FILE
is empty, so version:resolve-next works on fresh checkouts without
a committed .version file.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ChristophShyper ChristophShyper merged commit 27149cb into master Mar 28, 2026
3 checks passed
@ChristophShyper ChristophShyper deleted the feat/baseline-refactor-v2 branch March 28, 2026 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant