aboutsummaryrefslogtreecommitdiff
path: root/build/change-version.js
AgeCommit message (Collapse)AuthorFilesLines
2021-04-05Improve change-version.js (#33148)XhmikosR1-72/+43
* 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-02-17change-version: remove vendor, add resources (#32917)XhmikosR1-1/+1
2021-01-08Backport #32713XhmikosR1-2/+2
Bump copyright year to 2021
2020-09-10Comply to the new rulesXhmikosR1-4/+9
2020-06-24Update links to point to v4-dev or main branchesXhmikosR1-1/+1
2020-05-12Minor lint tweaks and rules cleanupXhmikosR1-2/+2
2020-02-17change-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-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-27change-version.js: Add _gh_pages folder in ignores. (#29270)XhmikosR1-0/+1
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