deploy-hashed-assets is deprecated so we want to remove it from everything, this depends on applications removing their use of the asset-hashes.json file which should be done before upgrading to this version.
This is a breaking change.
Migration documentation for release notes:
Remove deploy-hashed-assets step in deploy which looks for a asset-hashes.json file in the project.
Check if you have a asset-hashes.json file, if you do not, there is nothing to do.
If you do have a asset-hashes.json file, migrate to using public/manifest.json which is generated by Page Kit by default.
deploy-hashed-assets is deprecated so we want to remove it from everything, this depends on applications removing their use of the asset-hashes.json file which should be done before upgrading to this version.
This is a breaking change.
Migration documentation for release notes:
Remove deploy-hashed-assets step in deploy which looks for a asset-hashes.json file in the project.
Check if you have a
asset-hashes.json
file, if you do not, there is nothing to do.If you do have a
asset-hashes.json
file, migrate to usingpublic/manifest.json
which is generated by Page Kit by default.