Ember CLI addon (v1.0.0-beta.2) for managing release versions via git tags. Provides an `ember release` command that bumps version in package.json and bower.json, commits, tags, and pushes. Supports SemVer and date-based strategies, custom hooks, annotated tags, and NPM publishing. Streamlined alternative to `npm version` with Ember-specific integration. Release cycle is slow; beta for years. Key differentiator: non-SemVer strategies and Ember addon ecosystem integration.
npm install ember-cli-releaseVerified import paths — ran on the pinned version, not inferred.
Shows installation, basic release with patch bump, minor bump, and annotated tag usage.
Migrate to release-it: npm install -D release-it; configure .release-it.json
Do not use `premajor`; use `major` with manual prerelease identifier if needed.
Set `manifest: ['package.json']` in config/release.js or on CLI.
Use with caution; consider explicitly confirming with CI or dry-run.
Remove bower.json from project or set manifest: ['package.json']
Create an initial tag manually: git tag v0.1.0
Install Git or add to system PATH.
Set manifest: ['package.json'] in config/release.js
No dependency data recorded yet.