The easiest way to start versioning.
Nyron automates changelogs, tagging, and releases—powered by your commits, not ceremony. Stay focused on building; Nyron handles the order.
- ✅ Automatic changelog generation from conventional commits
- ✅ Smart commit grouping (Features, Bug Fixes, Chores, etc.)
- ✅ Multi-package support for monorepos
- ✅ GitHub integration for author attribution and commit links
- ✅ GPG signing support for verified releases
- ✅ CI/CD workflows for automated releases
bun add -D @nyron/cli
# or
npm install -D @nyron/clinpx @nyron/cli initecho "GITHUB_TOKEN=your_github_token_here" > .envGenerate a token at GitHub Settings → Personal Access Tokens
# Bump version and generate changelog
npx @nyron/cli bump --type minor --prefix v
# Commit changes
git add . && git commit -m "chore: bump version to 1.2.0"
# Create GitHub release
npx @nyron/cli release
# Push commits
git push📚 Full documentation available at nyron.dev
- Git repository on GitHub
- Conventional commit format:
type(scope): message - GitHub personal access token
See CONTRIBUTING.md for guidelines.
ISC
Built with ⚡ by @erebus-sh
Stay focused on building. Nyron handles the order.