1.0.4 • Published 10 years ago
ofs-releaser v1.0.4
ofs-releaser
Release projects the 'onefinestay' way.
Installation
npm install -g ofs-releaserInstructions
- Navigate to the project directory that you want to release
- Ensure that the git working directory is clean
- Export
GITHUB_TOKENto your shell env with your github access token - Run
releaser --name <new-release-name> - This will create a new branch called
name, grab all the pull requests of that repo that has the labelready, merge them intonameand then create a new pull request with the release details