Skip to content
This repository was archived by the owner on Apr 1, 2023. It is now read-only.

lexedwards/release-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release Tool

Getting Started

@lexedwards/release-cli v2.0.0

A library to help automate package versioning, changelogs, and publishing

Usage: release-cli [options] [command]

Options:
  -V, --version      output the version number
  -h, --help         display help for command

Commands:
  release [options]  Create a Changelog and optionally release packages
  lint <commit>      Lint a string representing a commit message to conform to
                     Conventional standards
  help [command]     display help for command

Example Usage:

release-cli release --github # Release to Github
release-cli release --npm # Release to Npm
release-cli release --github --npm # Release to both

Notes:

The command "release-cli" can be exchanged for "npx @lexedwards/release-cli"

Requirements

  • Git 2.22+
  • NodeJs + Npm

CLI

API

Contributing

Please see the Contributing doc

About

testing release cli

Resources

Stars

Watchers

Forks

Packages

No packages published