Skip to content

Commit

Permalink
Update the update config steps to manage the automated updater after …
Browse files Browse the repository at this point in the history
…the release Varbase 9.0.2 #43
  • Loading branch information
Natshah committed Oct 15, 2021
1 parent 28838a4 commit 1f2db00
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions config/update-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@
},
"8.8.7": {
"from": "8.8.7",
"to": "8.8.8",
"to": "8.8.12",
"final_target_version": "~8.0",
"composer-project-json-url": "8.8.8"
"composer-project-json-url": "8.8.12"
},
"8.8.8": {
"from": "8.8.8",
Expand Down Expand Up @@ -169,9 +169,9 @@
},
"8.8.12": {
"from": "8.8.11",
"to": "9.0.1",
"to": "9.0.2",
"final_target_version": "~9.0",
"composer-project-json-url": "9.0.1",
"composer-project-json-url": "9.0.2",
"packages": {
"crucial": {
"drupal/varbase_layout_builder": "~9.0"
Expand All @@ -195,14 +195,20 @@
},
"9.0.0": {
"from": "9.0.0",
"to": "9.0.1",
"to": "9.0.2",
"final_target_version": "~9.0",
"composer-project-json-url": "9.0.1"
"composer-project-json-url": "9.0.2"
},
"9.0.1": {
"from": "9.0.1",
"to": "9.0.1",
"to": "9.0.2",
"final_target_version": "~9.0",
"composer-project-json-url": "9.0.2"
},
"9.0.2": {
"from": "9.0.2",
"to": "9.0.2",
"final_target_version": "~9.0",
"composer-project-json-url": "9.0.1"
"composer-project-json-url": "9.0.2"
}
}

0 comments on commit 1f2db00

Please sign in to comment.