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.11 #57
  • Loading branch information
Natshah committed Jan 22, 2023
1 parent 435b3a2 commit 5b1b2bb
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 @@ -238,27 +238,33 @@
},
"9.0.7": {
"from": "9.0.7",
"to": "9.0.10",
"to": "9.0.11",
"final_target_version": "~9.0",
"composer-project-json-url": "9.0.10"
"composer-project-json-url": "9.0.11"
},
"9.0.8": {
"from": "9.0.8",
"to": "9.0.10",
"to": "9.0.11",
"final_target_version": "~9.0",
"composer-project-json-url": "9.0.10"
"composer-project-json-url": "9.0.11"
},
"9.0.9": {
"from": "9.0.9",
"to": "9.0.10",
"to": "9.0.11",
"final_target_version": "~9.0",
"composer-project-json-url": "9.0.10"
"composer-project-json-url": "9.0.11"
},
"9.0.10": {
"from": "9.0.10",
"to": "9.0.10",
"to": "9.0.11",
"final_target_version": "~9.0",
"composer-project-json-url": "9.0.10"
"composer-project-json-url": "9.0.11"
},
"9.0.11": {
"from": "9.0.11",
"to": "9.0.11",
"final_target_version": "~9.0",
"composer-project-json-url": "9.0.11"
}
}
}

0 comments on commit 5b1b2bb

Please sign in to comment.