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.1.7 #77
  • Loading branch information
Natshah committed Dec 8, 2024
1 parent 1e66019 commit 3894e7d
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions config/update-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,16 +346,21 @@
},
"9.1.5": {
"from": "9.1.5",
"to": "9.1.6",
"to": "9.1.7",
"final_target_version": "~9.1.0",
"composer-project-json-url": "9.1.6"
}
,
"composer-project-json-url": "9.1.7"
},
"9.1.6": {
"from": "9.1.6",
"to": "9.1.6",
"to": "9.1.7",
"final_target_version": "~9.1.0",
"composer-project-json-url": "9.1.7"
},
"9.1.7": {
"from": "9.1.7",
"to": "9.1.7",
"final_target_version": "~9.1.0",
"composer-project-json-url": "9.1.6"
"composer-project-json-url": "9.1.7"
}
}
}

0 comments on commit 3894e7d

Please sign in to comment.