Skip to content

chore: migrate from Makefile to Taskfile#14

Merged
heitorrsdev merged 1 commit intomainfrom
chore/migrate-makefile-to-taskfile
Mar 2, 2026
Merged

chore: migrate from Makefile to Taskfile#14
heitorrsdev merged 1 commit intomainfrom
chore/migrate-makefile-to-taskfile

Conversation

@heitorrsdev
Copy link
Owner

@heitorrsdev heitorrsdev commented Mar 2, 2026

Description

This PR migrates the project tooling from Makefile to Taskfile.yml, replacing make with task across the codebase and CI configuration.

The change is purely operational and does not modify any command behavior or development workflow.


What was done

  • Removed Makefile
  • Added Taskfile.yml
  • Updated documentation to use task instead of make
  • Updated CI configuration to reference task commands

Why

  • Standardize tooling around task
  • Improve readability and maintainability of task definitions
  • Enable future improvements in task organization and deduplication

Notes

  • This PR focuses strictly on migration without refactoring or restructuring tasks
  • Further improvements to task organization and deduplication will be handled in a follow-up PR

chore: remove unused test target from Taskfile
@heitorrsdev heitorrsdev merged commit 73fb466 into main Mar 2, 2026
1 check failed
@heitorrsdev heitorrsdev deleted the chore/migrate-makefile-to-taskfile branch March 2, 2026 18:07
@heitorrsdev heitorrsdev restored the chore/migrate-makefile-to-taskfile branch March 2, 2026 18:08
@heitorrsdev heitorrsdev deleted the chore/migrate-makefile-to-taskfile branch March 2, 2026 18:09
@heitorrsdev heitorrsdev restored the chore/migrate-makefile-to-taskfile branch March 2, 2026 18:09
@heitorrsdev heitorrsdev deleted the chore/migrate-makefile-to-taskfile branch March 2, 2026 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant