-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENG-4443 Part 1. Create update scripts to update an app and the manifest #4
ENG-4443 Part 1. Create update scripts to update an app and the manifest #4
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a comment about directories and structure
@merschformann @cowanwalls @nilsbeck I changed the scripts significantly from the comments so I want to have a re-review. I basically consolidated what I had into a single Python script. I think it looks nice and it is very maintainable going forward. What I would be missing is tarring, which comes next. |
Description
This PR creates two main scripts.
update_manifest.py
: updates the manifest to include the new versions on release.update_app.sh
: updates an app. If it is a Go app, updates the SDK dependency as well.Sets the initial versions on all apps to be the latest released version on the Marketplace.