Skip to content

refactor: migrate to Taskfile and centralized reusable workflows#238

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

refactor: migrate to Taskfile and centralized reusable workflows#238
ChristophShyper merged 5 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: migrate to Taskfile and centralized reusable workflows
fix: fall back to latest git tag when .version file is missing
fix: remove .version file — version resolved from git tags
refactor
Updated baseline sync files and reusable workflow callers

💻 Commits

  • 530e636 - ChristophShyper - 2026-03-28 16:24:23
    | Updated baseline sync files and reusable workflow callers
    |
  • d331290 - ChristophShyper - 2026-03-28 16:06:00
    | refactor
    |
  • a510d6a - ChristophShyper - 2026-03-28 16:02:34
    | fix: remove .version file — version resolved from git tags
    | VERSION now falls back to latest git tag when .version is absent,
    | making the file unnecessary.
    |
    | Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
    |
  • 644aed7 - ChristophShyper - 2026-03-28 16:02:34
    | 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
    |
  • 1b42e20 - Christoph - 2026-03-28 10:46:15
    refactor: migrate to Taskfile and centralized reusable workflows
    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

📁 Modified files

.editorconfig (new) | 9 +
.github/workflows/PUSH-MASTER.yml (gone) | 26 --
.github/workflows/PUSH-OTHER.yml (gone) | 107 --------
.../workflows/auto-create-pull-request.yml (new) | 20 ++
.../workflows/cron-check-dependencies.yml (new) | 19 ++
.../workflows/manual-sync-common-files.yml (new) | 27 ++
.github/workflows/manual-update-version.yml (new) | 39 +++
.gitignore | 182 +------------
.pre-commit-config.yaml (new) | 41 +++
.shellcheckrc (new) | 5 +
.yamllint.yml (new) | 24 ++
Makefile (gone) | 18 --
Taskfile.cicd.yml (new) | 289 +++++++++++++++++++++
Taskfile.scripts.yml (new) | 207 +++++++++++++++
Taskfile.variables.yml (new) | 77 ++++++
Taskfile.yml (new) | 21 ++
16 files changed, 788 insertions(+), 323 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

ChristophShyper and others added 4 commits March 28, 2026 10:46
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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>
VERSION now falls back to latest git tag when .version is absent,
making the file unnecessary.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ChristophShyper ChristophShyper changed the title refactor refactor: migrate to Taskfile and centralized reusable workflows Mar 28, 2026
@ChristophShyper ChristophShyper merged commit eac6ee0 into master Mar 28, 2026
4 checks passed
@ChristophShyper ChristophShyper deleted the feat/baseline-refactor-v2 branch March 28, 2026 16:50
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