Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release: add support for md5 sums in windows | Timmy Willison | 2023-03-08 | 1 | -2/+15 |
| | | | Close gh-5218 | ||||
* | Release: drop the need for npm as a local dependency | Timmy Willison | 2021-03-01 | 1 | -35/+16 |
| | | | | - Not meant to be used like that anymore | ||||
* | Build: Rename master to main across the repository | Michał Gołębiowski-Owczarek | 2021-02-05 | 1 | -4/+4 |
| | | | | | | | | | The default branch was updated, this updates the remaining occurrences in code & comments. Closes gh-4838 (cherry picked from commit 8ae477a432f0924cd4bd3bdeaef2c4c15e483a8f) | ||||
* | Build: Update eslint-config-jquery, fix linting violations | Michał Gołębiowski-Owczarek | 2020-05-18 | 1 | -1/+1 |
| | | | | | | | | Closes gh-4696 Ref jquery/eslint-config-jquery#15 Ref jquery/eslint-config-jquery#16 (cherry picked from commit ef4d6ca6c3a1b276fedc27b1f3a18823276f01a3) | ||||
* | Release: Use an in-repository dist README fixture | Michał Gołębiowski-Owczarek | 2020-03-02 | 1 | -48/+55 |
| | | | | | | | | | | | | | Use a dist README fixture kept in the jQuery repository instead of modifying an existing one. This makes the jQuery repository the single source of truth when it comes to jQuery releases and it makes it easier to make changes to README without worrying how it will affect older jQuery lines. The commit also ES6ifies build/release.js & build/release/dist.js Closes gh-4614 (cherry picked from commit 358b769a00c3a09a8ec621b8dcb2d5e31b7da69a) | ||||
* | Build: Require strict mode in Node.js scripts via ESLint | Michał Gołębiowski-Owczarek | 2019-10-09 | 3 | -0/+6 |
| | | | | | | | | | | | So far, only browser-based JS files were required to be in strict mode (in the function form). This commit adds such a requirement to Node.js scripts where the global form is preferred. All Node.js scripts in sloppy mode were converted to strict mode. Closes gh-4499 (cherry picked from commit bbad821c399da92995a11b88d6684970479d4a9b) | ||||
* | Build: Support jquery-release --dry-run flag | Michał Gołębiowski-Owczarek | 2019-10-05 | 1 | -1/+2 |
| | | | | | | | | | | Without this change passing `--dry-run` to jquery-release still pushes to the jquery-dist repository which is dangerous as one can assume `--dry-run` to be safe from external side effects. Close gh-4498 (cherry picked from commit d7d0b52bda74486f2351baa9d03ca4534de0d733) | ||||
* | Release: edit dist README version on release | Timmy Willison | 2017-03-17 | 1 | -1/+24 |
| | | | | Fixes gh-3574 | ||||
* | Release: md5sum -> md5 -r for MAC | Timmy Willison | 2017-03-16 | 1 | -1/+1 |
| | |||||
* | Release: fix quotes for releasing on Windows | Timmy Willison | 2016-09-22 | 1 | -3/+4 |
| | |||||
* | Build: Make sourcemap updates in two .replace() passes | Dave Methvin | 2016-09-19 | 1 | -4/+5 |
| | | | | | Fixes gh-3260 Closes gh-3321 | ||||
* | Release: remove extraneous files from dist during release | Timmy Willison | 2016-05-13 | 1 | -1/+16 |
| | | | | | Fixes gh-3094 Close gh-3116 | ||||
* | Release: copy sizzle separately into an 'external' folder | Timmy Willison | 2016-05-13 | 1 | -2/+7 |
| | | | | Fixes gh-2945 | ||||
* | Release: set version in source for releases | Timmy Willison | 2016-03-14 | 1 | -0/+3 |
| | | | | | Fixes gh-2979 Close gh-2981 | ||||
* | Release: include external/sizzle in releases | Timmy Willison | 2016-02-24 | 1 | -0/+1 |
| | | | | Ref gh-2945 | ||||
* | Docs: Fix various spelling errors | Josh Soref | 2016-01-13 | 1 | -1/+1 |
| | | | | Closes gh-2761 | ||||
* | Release: push a custom slim build to the CDN | Timmy Willison | 2015-11-16 | 2 | -20/+20 |
| | | | | | Fixes gh-2653 Close gh-2711 | ||||
* | Release: use chalk instead of colors for terminal colors | Timmy Willison | 2015-11-12 | 1 | -3/+4 |
| | |||||
* | Release: remove antiquated release-notes.js | Timmy Willison | 2015-10-29 | 1 | -58/+0 |
| | |||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 4 | -36/+41 |
| | | | | Fixes gh-2056 | ||||
* | Docs: Fix various spelling mistakes | Bruno Pérel | 2015-07-30 | 1 | -1/+1 |
| | | | | Closes gh-2487 | ||||
* | Release: properly set the dist remote when it's a real release | Timmy Willison | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | Build: bower.json: remove moot `version` field | Chris Rebert | 2015-05-13 | 1 | -1/+0 |
| | | | | | | | Related: https://github.com/bower/bower.json-spec/commit/a325da3d79baab018c572d75dc1781b12322f6cd Close gh-2304 | ||||
* | Release: push dist to same remote as project | Timmy Willison | 2015-01-30 | 1 | -3/+2 |
| | |||||
* | Release: remove sourcemap comment from all copies of minified file | Timmy Willison | 2015-01-30 | 1 | -6/+0 |
| | | | | Fixes gh-1707 | ||||
* | Release: fix CDN archive creation | Timmy Willison | 2015-01-29 | 1 | -30/+45 |
| | | | | Fixes gh-1940 | ||||
* | Release: dist can be run during a test | Timmy Willison | 2015-01-29 | 1 | -2/+2 |
| | |||||
* | Release: Distribute files to distribution repo | Timmy Willison | 2015-01-29 | 4 | -0/+325 |
Fixes gh-1869 Fixes gh-1673 Fixes gh-2045 |