1.0.6 • Published 6 years ago

kw-releaser v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

KW-Releaser

Releaser is a CLI application for helping repository mantainer to create new release draft of a repository. Since we need to release micros frequently, we will need to a tool for auto releaser to make this work faster and easier.

Capabilities

Current version will create a new release draft with a straight forward flow:

  • The release draft will be created in the master branch.
  • The release notes will be created by composing all commits message in the develop branch since the latest release.
  • If no release created before, all commits from develop branch will be taken.

Installation

Prerequisites: - Local instance of Node JS version 8.0 or greater

Run this command in your terminal:

    $ npm install -g kw-releaser

Usage

We can push new release version with one simple command in this format:

    $ release [version] [repository-name]

For instance for new release version of notification-microservice with tag = v.0.0.1, execute this command in the command line:

 $ release v.0.0.1 notification-microservice
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago