🚀 One hub to manage every release
174
One hub to manage every release
Release Hub is a unified command-line toolkit for automating and managing project releases. It provides a consistent, cross-ecosystem workflow for versioning, changelog generation, metadata synchronization, and release automation, all through a single streamlined interface. Designed to be both developer-friendly and CI-ready, Release Hub brings clarity and reliability to release workflows without locking you into any specific platform or ecosystem.
Most release tools are fragmented or tied to a single platform. Release Hub offers a unified, extensible approach that balances automation with manual control while remaining simple and predictable in both local development and CI environments.
Full documentation is available at teneplaysofficial.github.io
Install release-hub globally to use it anywhere:
npm install -g release-hub
Then run:
release-hub
You can install release-hub locally as a dev dependency:
npm i -D release-hub
Add a convenient script to your package.json:
{
"scripts": {
"release": "release-hub"
}
}
Run the release command:
npm run release
Run directly without installing:
npx release-hub
Content type
Image
Digest
sha256:2cfbb9a9b…
Size
589.5 MB
Last updated
9 months ago
docker pull tenedev/release-hub:beta