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 commita41ea99401
. * Revert "Comment unnecessary steps, jobs" This reverts commit97985a0ad0
. * Add changelog
This commit is contained in:
parent
263011bdd2
commit
12e65af8ca
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Fix the WooAF release date and typo in WooAF changelogs.
|
|
@ -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 );
|
||||
|
|
|
@ -160,7 +160,7 @@ export const getVersionCommand = new Command( 'get-version' )
|
|||
setOutput( 'monthlyMilestone', monthlyDevelopment.version );
|
||||
setOutput(
|
||||
'acceleratedReleaseDate',
|
||||
acceleratedDevelopment.release.toISODate()
|
||||
acceleratedRelease.release.toISODate()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue