Add README and fix CI/CD pipeline for release builds
Some checks failed
Build & Release / build (push) Failing after 39s

- README with features, config docs, build instructions, project structure
- Pipeline: add Docker CLI install step, fix DinD volume pattern,
  fix token generation flags (--user git -u calic --raw), proper
  token cleanup by name instead of fragile ID grep
- .gitignore: add dist/ and *.zip

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Axel Meyer
2026-02-24 18:23:13 +00:00
parent 253ec52411
commit 173d674f9c
3 changed files with 130 additions and 23 deletions

2
.gitignore vendored
View File

@@ -1,5 +1,7 @@
bin/
obj/
dist/
*.user
*.suo
.vs/
*.zip