You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A common theme we have seen internally is incorrectly bumping the module version when releasing a new major version of a service. There are automated tools (https://github.com/marwan-at-work/mod) available to perform the upgrade/downgrade, but we also need something that is godel aware to handle bumping the module version in the godel dist-plugin.yml, for example in the version-var field.
We could add a sub cmd to godelw mod such as godelw mod upgrade / godelw mod downgrade which wraps the module upgrade logic and also handles upgrading / downgrading the dist-plugin config.
A common theme we have seen internally is incorrectly bumping the module version when releasing a new major version of a service. There are automated tools (https://github.com/marwan-at-work/mod) available to perform the upgrade/downgrade, but we also need something that is godel aware to handle bumping the module version in the godel
dist-plugin.yml
, for example in theversion-var
field.We could add a sub cmd to
godelw mod
such asgodelw mod upgrade / godelw mod downgrade
which wraps the module upgrade logic and also handles upgrading / downgrading the dist-plugin config.Simple POC to show how easy it would be to wrap: master...tabboud:ta/upgrade
The text was updated successfully, but these errors were encountered: