Socket
Book a DemoInstallSign in
Socket

@kibibit/branch-it

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kibibit/branch-it

updates branch references in package.json

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
3
Created
Source

@kibibit/branch-it

update branch and tag references for semantic-release

This was written in order to automate & simplify our @next and @stable releases

Installation

npm install --save-dev @kibibit/branch-it

Usage

On your deployment platform, before running your semantic-release command, run the following:

npx branch-it

Options

Options can either be set through the package.json file or as command line flags:

npx branch-it --tag tagName --branch branchName

OR

npx branch-it --t tagName --b branchName

OR

npx branch-it

with this in the package.json:

"release": {
  // shares the same space as semantic-release
  "versionMapping": {
    "master": "stable",
    "develop": "next"
  }
}

Contributing

If you have suggestions for how tdd1t could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.

Contributors

Neil Kalman
Neil Kalman

🚇 🎨 💻

License

MIT © 2019 Neil Kalman Neilkalman@gmail.com

FAQs

Package last updated on 05 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts