Skip to content

Majordomo command to help to release new version of your project

License

Notifications You must be signed in to change notification settings

pnevyk/major-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Major-release

Majordomo command to help to release new version of your project. Remember that neither npm nor bower won't work without git module because of their philosophy of package releasing (using git tags). Dont't forget to commit all wanted changes before releasing.

Installation

$ npm install -g major-release

Usage

$ majordomo release

Modules

git

  • creates new tag
  • pushes local repository to remote one (including tags)

npm

  • publishes package

bower

  • registers component

License

Major-release is MIT licensed. Feel free to use it, contribute or spread the word. Created with love by Petr Nevyhoštěný (Twitter).

About

Majordomo command to help to release new version of your project

Resources

License

Stars

Watchers

Forks

Packages

No packages published