Skip to content

fanyangxi/tbd-release-utils-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tbd-release-utils:

A utils for trunk-based development release-management. Includes branch-out (create a release on remote repo) and tag (tag a target revision on remote repo).

Link your command for development

npm link # it's like a NodeJS package installation simulator. npm unlink # No more command installed

Usage:

tbd-release-utils branch-out -t github-token -s master -d release target-repo
tbd-release-utils tag -t github-token -s release -n tag-name target-repo

Refers:

Libraries | GitHub Developer Guide

https://developer.github.com/v3/libraries/

github api v3 in nodejs (Choose to use this package)

https://github.com/pksunkara/OCTONODE

Command line node project sample:

https://www.npmjs.com/package/commander https://github.com/motdotla/node-lambda

About

A utils for trunk-based development release-management. Includes branch-out (create a release on remote repo) and tag (tag a target revision on remote repo).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published