Fix WooAF changelog typo and release date (#43254)

* Fix typo

* Fix `acceleratedReleaseDate` output

* Comment unnecessary steps, jobs

* Do only a dry-run

* Revert "Do only a dry-run"

This reverts commit a41ea99401.

* Revert "Comment unnecessary steps, jobs"

This reverts commit 97985a0ad0.

* Add changelog
This commit is contained in:
rodelgc 2024-01-04 02:56:39 +08:00 committed by GitHub
parent 263011bdd2
commit 12e65af8ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: dev
Fix the WooAF release date and typo in WooAF changelogs.

View File

@ -47,7 +47,7 @@ export const createChangelog = async (
const changelogContents = `*** WooCommerce ***
${ date } - Version ${ version }
* Update - Deploy of WOoCommerce ${ version }
* Update - Deploy of WooCommerce ${ version }
`;
await writeFile( filePath, changelogContents );

View File

@ -160,7 +160,7 @@ export const getVersionCommand = new Command( 'get-version' )
setOutput( 'monthlyMilestone', monthlyDevelopment.version );
setOutput(
'acceleratedReleaseDate',
acceleratedDevelopment.release.toISODate()
acceleratedRelease.release.toISODate()
);
}