Two bugs were found in termcast that prevented the release command from working properly.
File: src/cli.ts (or dist/cli.js)
Problem: The release command was defined with a required <path> argument, but dev and build commands use optional [path]. Running termcast release without a path silently did nothing.