I built Shipmark because I was frustrated with release tooling that required installing GitHub CLI, GitLab CLI, or other heavy dependencies just to tag and release.
Shipmark is a CLI that handles the entire release workflow using only native Git:
- Interactive prompts to bump versions (semver + prereleases) - Automatic changelog generation from Conventional Commits - Preview of all changes before execution - Non-interactive mode for CI/CD pipelines
It's a single npm install with no external dependencies.
npm install -g @grazulex/shipmark
I use it daily for my projects and it's saved me a lot of time. Would love to hear your feedback or how you handle releases in your workflow.