aboutsummaryrefslogtreecommitdiff
path: root/build/change-version.js
AgeCommit message (Collapse)AuthorFilesLines
2021-03-11Improve change-version.js (#33148)XhmikosR1-76/+45
* switch to async/await * remove shelljs * switch to globby; supports .gitignore out of the box * don't write any files to the disk if they are indentical * add two more cmd switches: --dry and --verbose * strip leading "v" from version arguments so that we don't end up with duplicate `v`s
2021-03-02Rename _gh_pages to _site. (#33129)XhmikosR1-1/+1
2021-01-28change-version: remove vendor, add resources (#32917)XhmikosR1-1/+1
2021-01-07Bump copyright year to 2021 (#32713)XhmikosR1-2/+2
2020-06-19Change whitelist to allowlist (#31066)Patrick H. Lauke1-1/+1
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2020-06-16Rename "master" to "main". (#31050)XhmikosR1-1/+1
2020-02-13change-version.js: Remove nuspec files (#30161)XhmikosR1-1/+0
The version in the nuspec files is updated automatically from package.json through MyGet.ps1
2020-02-05Change file permissions to 644. (#30106)XhmikosR1-0/+0
2020-01-07Fix the new lint errors.XhmikosR1-2/+2
2020-01-02Bump copyright year to 2020. (#29944)XhmikosR1-2/+2
2019-11-26Update change-version.js (#29736)XhmikosR1-0/+1
Add `.nuspec` to the extensions list
2019-08-19change-version.js: Add _gh_pages folder in ignores. (#29270)XhmikosR1-0/+1
2019-03-11Comply to the new rules.XhmikosR1-12/+19
2019-01-08Bump copyright year to 2019.XhmikosR1-2/+2
2018-11-28Revert "build/*.js: set `sourceType` to module."XhmikosR1-0/+2
This reverts commit b442ce3130808dc28fe897f610bef1e9ab9c792f.
2018-08-12build/*.js: set `sourceType` to module.XhmikosR1-2/+0
2018-04-09Clean up globals.XhmikosR1-3/+1
Also, add a missing license header in build/workbox.js.
2018-01-14Update copyright for 2k18 (#25303)Mark Otto1-2/+2
* Update copyright range to include 2018 * Extend copyright date range on new files from 2017 to include 2018
2018-01-11Comply to the new rules.XhmikosR1-16/+16
2017-11-28Combine path and remove variable used in one place. (#24873)XhmikosR1-2/+2
2017-09-26build/*.js: ES6-ify files. (#24112)XhmikosR1-24/+20
2017-04-20Build system overhaul.Bardi Harborow1-0/+110