DEV Community

Cover image for Releasepress v0.1.1!
John Attebury
John Attebury

Posted on

Releasepress v0.1.1!

Ever worried about accidentally leaking private configuration files, internal tooling keys, or undocumented code changes when publishing to public Git repositories or package registries?

I built Releasepress to solve exactly that. It provides a reviewable, secure public release exporter and hygiene scanner that fits right into your local development loop.

What's new in v0.1.1:

🔍 Hygiene Scan Backstops: Pre-flight scanners inspect all code for credentials, private tooling (like Skillpress configs), or disallowed paths before anything leaves your local workspace.
📝 Human-in-the-Loop Reviews: Generates clear, reviewable staging artifacts and attestations, keeping the final delivery safe and auditable.
🏷️ Zero-Touch Automated Tagging: Bumping versions automatically creates, stages, and pushes matching release tags to public remotes.
📦 Multi-Channel Delivery: One-command delivery to GitHub and package registries (like NPM) with post-publish verification checks.
Check out the code and start exporting cleanly: 👉 github.com/attebury/releasepress

Top comments (0)