0.5.0 • Published 7 years ago
@justeat/fozzie-updater v0.5.0
Fozzie Updater
This node package is intended as a helper when updating any fozzie component
Installing
npm i -g @justeat/fozzie-updaterHow to use
- Navigate to the root directory of the fozzie component
- Run
fozzie-updater - Run the modifier commands (below) that state what changes have been made
- Performing the update with
runwhen you are ready. It is advised to use thesummarycommand before performingrun
Base Commands
run
Performs update
summary
Displays output that will be added at the top of the CHANGELOG.md
help command...
Provides help for a given command
exit
Exits application
Modifier Commands
added <description...>
Adds a line to the Added changelog section
changed <description...>
Adds a line to the Changed changelog section
fixed <description...>
Adds a line to the Fixed changelog section
removed <description...>
Adds a line to the Removed changelog section
version semver|major|minor|patch
Sets the new version of the package being updated. The minor version is bumped up one version by default
TODO
- Create tag
- Publish to npm
- Create a release on GitHub
- Tests