Skip to content

refactor: migrate to Taskfile and centralized reusable workflows#175

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

refactor: migrate to Taskfile and centralized reusable workflows#175
ChristophShyper merged 9 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 and fix
Updated baseline sync files and reusable workflow callers
Merge branch 'master' into feat/baseline-refactor-v2
Fixed lint and script defaults for dockerized tasks
Fixed dockerized Taskfile variables for Docker login defaults
Updated .dockerignore to match dockerized template

💻 Commits

  • 72cba20 - ChristophShyper - 2026-03-28 18:28:37
    | Updated .dockerignore to match dockerized template
    |
  • e8a2735 - ChristophShyper - 2026-03-28 18:11:48
    | Fixed dockerized Taskfile variables for Docker login defaults
    |
  • 140368d - ChristophShyper - 2026-03-28 17:55:45
    | Fixed lint and script defaults for dockerized tasks
    |
  • c3a3643 - Krzysztof Szyper - 2026-03-28 17:47:45
    | Merge branch 'master' into feat/baseline-refactor-v2
    |
  • f7d3ba3 - ChristophShyper - 2026-03-28 16:24:22
    | Updated baseline sync files and reusable workflow callers
    |
  • 3442c4c - ChristophShyper - 2026-03-28 16:01:33
    | refactor and fix
    |
  • a94a92c - ChristophShyper - 2026-03-28 16:01:26
    | 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
    |
  • 8674228 - ChristophShyper - 2026-03-28 16:01:26
    | 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
    |
  • 5c69bae - Christoph - 2026-03-28 10:46:10
    refactor: migrate to Taskfile and centralized reusable workflows
    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

📁 Modified files

.dockerignore | 1 +
.editorconfig (new) | 9 +
.github/dependabot.yml | 3 +-
.github/workflows/CRON.yml (gone) | 23 --
.github/workflows/PUSH-MASTER.yml (gone) | 41 ---
.github/workflows/PUSH-OTHER.yml (gone) | 117 ---------
.../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 | 8 +-
.hadolint.yaml (new) | 24 ++
.pre-commit-config.yaml (new) | 46 ++++
.shellcheckrc (new) | 5 +
.yamllint.yml (new) | 24 ++
Makefile (gone) | 53 ----
Taskfile.cicd.yml (new) | 286 +++++++++++++++++++++
Taskfile.docker.yml (new) | 104 ++++++++
Taskfile.scripts.yml (new) | 192 ++++++++++++++
Taskfile.variables.yml (new) | 220 ++++++++++++++++
Taskfile.yml (new) | 24 ++
21 files changed, 1049 insertions(+), 236 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 and fix refactor: migrate to Taskfile and centralized reusable workflows Mar 28, 2026
@ChristophShyper ChristophShyper merged commit 1663582 into master Mar 28, 2026
4 checks passed
@ChristophShyper ChristophShyper deleted the feat/baseline-refactor-v2 branch March 28, 2026 17:39
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