2.0.1 • Published 4 years ago

@daraff/create-bump-pr v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Description

A simple CLI command to create a semantic-release minor bump pull request.

Workflow

  • take the latest tag in your repository
  • update your README.md with an empty line
  • create a minor version bump pull-request to incite a new minor version

Example

via CLI

npx @daraff/create-bump-pr \
  --owner=<gh-owner> \
  --repo=<gh-repo> \
  --gh-token=<your-gh-token>