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
Update the dependencies by re-solving them from environment.yml
Make sure the updated package passes the tests.
Cutting the release
Add the version/date tag in version.py, issue and merge the PR.
Go to the release page, and "Draft a new release".
Create a tag number, e.g. v0.2.1
Write a release note (comparing the changes with the last release would be helpful)
Optionally, give a title for the release, e.g. delivery milestones.
After the release cut
Generate Docker image using build_docker_image.sh. NOTE: Be sure to provide the base Docker image file (e.g. the one in artifactory) If not provided, the Docker image will be built upon the default image defined here.
Generate "golden dataset" using the generated Docker
Run the validation test using the script validation_script.py by comparing it with a reference outputs (e.g. CSLC / static layers from native CSLC-S1 installation)