fix: add missing cmd/ (gitignore excluded source dirs) #2
Reference in New Issue
Block a user
Delete Branch "benvin/fix-missing-cmd"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
The v0.1.0 tag build failed:
stat /build/cmd/encapi: directory not found(docker) and the same forcmd/encapi-cli(release). Root cause: the initial.gitignorehad unanchoredencapi/encapi-clilines meant for built binaries, which also matched thecmd/encapi/andcmd/encapi-cli/source directories — socmd/was silently never committed.Changes
/encapi,/encapi-cli) socmd/is trackedcmd/encapi(server) andcmd/encapi-cli(CLI) main packagesAfter merge, re-tag v0.1.0 (or bump to v0.1.1) to trigger a green build.