Commit Graph

9 Commits

Author SHA1 Message Date
fc84f39676 docs: fix typo in makefile command
Co-authored-by: aider (ollama_chat/gpt-oss:120b) <aider@aider.chat>
2025-11-30 21:05:44 -06:00
06e6040066 fix: define PWD variable before using it in makefiles/containers.mk
Co-authored-by: aider (ollama_chat/gpt-oss:120b) <aider@aider.chat>
2025-11-30 20:27:36 -06:00
de1593a2a1 docs: update warning message and formatting in containers.mk
Co-authored-by: aider (ollama_chat/gpt-oss:120b) <aider@aider.chat>
2025-11-30 18:46:30 -06:00
6c2e8fa9b2 chore(typo): remove invisible characters 2025-08-22 14:06:00 +02:00
46f41ea01d Enhance versionning on build packages (#165)
It was too challenging to only use "tags" without a prefix to trigger builds. So, the new rule is to prefix releases tags by "releases/"

Reviewed-on: Katenary/katenary#165
2025-08-22 14:03:36 +02:00
00409472b7 chore(packages): Make better packages
- we need man page in docs to build on CI/CD platform
- new workflows to build packages and push them to the repository
2025-08-21 17:55:28 +02:00
d34f97fa5d feat(repo): Go to repo.katenary.io 2025-08-19 23:23:17 +02:00
b13e922966 feat(package) Version were not correctly set
As the code moved in "internal" package, we need to set the version to
the new location
2025-08-04 16:13:35 +02:00
e9ad85a0ac chore(make): Split and enhancements
- split Makefile in several sub files
- use a separated container for tests
-
2025-08-03 14:15:35 +02:00