From 53ad94f319930a5bf8cb9bd935ebd4e028741903 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Wed, 17 Jul 2024 10:13:53 -0400 Subject: Release: correct build date in verification; other improvements - the date is actually the date of the commit *prior* to the tag commit, as the files are built and then committed. - also, the CDN should still be checked for non-stable releases, and should use different filenames (including in the map files). - certain files should be skipped when checking the CDN. - removed file diffing because it ended up being far too noisy, making it difficult to find the info I needed. - because the build script required an addition, release verification will not work until the next release. - print all files in failure case and whether each matched - avoid npm script log in GH release notes changelog - exclude changelog.md from release:clean command - separate the post-release script from release-it for now, so we can keep manual verification before each push. The exact command is printed at the ened for convenience. Closes gh-5521 --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b3cc97d99..2b984efe7 100644 --- a/.gitignore +++ b/.gitignore @@ -31,8 +31,8 @@ npm-debug.log* /test/data/qunit-fixture.js # Release artifacts -changelog.* -contributors.* +changelog.html +contributors.html # Ignore BrowserStack testing files local.log -- cgit v1.2.3