Skip to content

A shell script to easily cut a release and/or build repository on Github

Notifications You must be signed in to change notification settings

jdestep93/shell-easy-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

shell-easy-release

A shell script to easily cut a release and/or build repository on Github

This shell script lets you easily cut a new release of a repository on Github without having to go through the hassle of using the UI to create a tag. Drop this script into your repo, and the script will tag and release for you. Just specify the owner/repo, your build command if you run a build on the repo (you can even use yarn commands to build), the release specification (major, minor, or patch) and provide your Github bearer token and let the script do the rest!

This script works great to run as a custom yarn or npm command as well. To run this script just run sh release.sh in the terminal

About

A shell script to easily cut a release and/or build repository on Github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages