0.0.3 • Published 6 years ago

rogit v0.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

rogit

Easy to use git flow for small teams

Install

$ npm i -g rogit

Features

EARLY DRAFT VERSION!

  • Release a new version (merge from develop to master, set tag & increment package.json version (optionally))
  • ...

Usage

Start a release

$ rogit release

Effect:

  • switches to develop branch
  • asks you to choose a version number
  • merges develop into master
  • sets a tag on master with the chosen version
  • (if available) increments version in package.json