grelease

1.0.2 • Public • Published

gRelease

A fucking simple git release helper.

Just create a .grelease-file in your project-root directory and define the name of your master and dev branch and the relativ-path to your package.json.

Now you can install the package globally with npm i -g grelease and use it with the command grelease in your project folder. Alternatively you can use the script with npx grelease in your project folder without installing it first.

Example:

{
  "masterBranch": "master",
  "devBranch": "develop",
  "packages": ["./api/package.json", "./client/package.json"]
}

Readme

Keywords

Package Sidebar

Install

npm i grelease

Weekly Downloads

2

Version

1.0.2

License

ISC

Unpacked Size

9.15 kB

Total Files

4

Last publish

Collaborators

  • pallemach2