Commit graph

5 commits

Author SHA1 Message Date
de740de211
checkpoint: move build information to internal package
- move the build information to the internal package to simplify the
  version executor.
- add the Executor interface to internal/executor/executors.go
2024-08-12 12:39:43 +01:00
3d20adfa57
chore: REUSE.toml
- Replace .reuse/dep5 with the new REUSE.toml file.
- Add licensing information to REUSE.toml and remove the licensing
  headers from the source files.
2024-08-01 04:01:38 +01:00
c05cce9154
chore: make the project REUSE compliant 2024-06-02 07:53:13 +01:00
2f38a07cb5
build: fixed issues with mage 2024-05-23 19:33:09 +01:00
3d17c30d0f
build: moved magefiles directory to project root
Moved the magefiles directory back to the project's root directory and
created a separate go.mod file to keep the dependencies separated.

The idea was suggested here:
https://github.com/magefile/mage/issues/502
2024-05-23 11:09:34 +01:00