https://github.com/regular/scuttlebutt-release
https://github.com/regular/scuttlebutt-release
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/regular/scuttlebutt-release
- Owner: regular
- License: mit
- Created: 2019-09-21T08:23:39.000Z (over 6 years ago)
- Default Branch: 11.3.x-fixups
- Last Pushed: 2019-09-21T08:25:48.000Z (over 6 years ago)
- Last Synced: 2025-05-24T11:08:30.328Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scuttlebot-release
shrinkwrapped releases of scuttlebot
install an exact known-to-work dependency tree (shrinkwrapped) at any working
scuttlebot@>=9.0.0
`npm install scuttlebot-release@{version} -g`
it's just a script to install a particular version, save a shrinkwrap,
run the tests (after copying dev deps).
## using this script
to cut a new `scuttlebot-release` clone this repo,
then run `./build.sh {scuttlebot-version} {build?}`.
`{build}` is optional. use `build` if you want to cut a release
with the same version of `scuttlebot`, but with a new dependency tree.
If provided, the bulid must start with `-` for example `-1` is a valid option for `build`
## License
MIT