-
Notifications
You must be signed in to change notification settings - Fork 7
Proposal: Remove dist from dev-trunk & Append revision numbers to reference #68
Copy link
Copy link
Closed
Description
Proposal:
- remove
distfromdev-trunk - append revision numbers to
reference
{
"dev-trunk": {
- "dist": {
- "type": "zip",
- "url": "https://downloads.wordpress.org/plugin/wordpress-seo.zip"
- },
"source": {
- "reference": "trunk",
+ "reference": "trunk@3470087",
"type": "svn",
"url": "https://plugins.svn.wordpress.org/wordpress-seo/"
},
"type": "wordpress-plugin"
}
}Goal: To ensure the same package versions are installed for the same composer.lock. Otherwise, deployments become unpredictable.
Reasons:
https://downloads.wordpress.org/plugin/<slug>.zippoint to latest revision oftrunk. Therefore, always changing and not suitable for compose use.reference: trunkwithout@<revision-number>has the same issue.
Related:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels