jquery-release
jquery-release copied to clipboard
Release automation script for jQuery projects
Hi! I've noticed this repo defines an automated script to release jQuery org projects and this script allows publishing the project/package to npm. npm has recently enabled [publishing packages with...
Would be nice if the changelog only included commits from one pre-release to the next, instead of all from the previous stable release to the current pre-release.
Trying to release QUnit 1.19.0 I'm getting a exceeded API rate error on the changelog task. Here is a gist with the full log: https://gist.github.com/leobalter/2036c590d050ed839c93#file-gistfile1-txt-L209-L221 It allows new and clean...
Core currently requires `md5sum`, UI requires `unzip`. Arguably those could all be replaced with node modules. Both UI and Mobile have their own implementation for creating md5 sums. Last I...
If a task errors out, we should log all the state so we can restart the release process. When restarting, it should be possible to pick which step to start...
Cloning the entire CDN repo takes a long time. We should at least allow the clone to stay on disk and pull updates, instead of forcing the `__release/` dir to...
`package-lock.json` versions 2 & 3 keep `version` in two fields - a top-level `version` one and a deep `packages[ "" ].version` one. Update both. #117 needs to land first to...