We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Feel free to edit this release checklist in-progress depending on what tasks need to be done:
release-prep
Unreleased
Deployment Migration Notes
docker-compose.yaml
docker-compose-dev.yaml
EDC_IMAGE
TEST_BACKEND_IMAGE
EDC_UI_IMAGE
openapi.yaml
RELEASE_EDC_IMAGE=ghcr.io/sovity/edc-dev:latest
docker ps -a
healthy: starting
healthy: unhealthy
The text was updated successfully, but these errors were encountered:
How long did it take to complete the list @ununhexium ?
Sorry, something went wrong.
ununhexium
Successfully merging a pull request may close this issue.
Release
Work Breakdown
Feel free to edit this release checklist in-progress depending on what tasks need to be done:
Release edc-ui, this might require several steps: Link to EDC UI Release hererelease-prep
PR:For Major version updates: If we want to continue supporting the old major version:Keep the old Productive Development Guide in a separate location.Add a note to the old version about its deprecation status.Add a Link the old version in the new version for discoverability.Check all links in the old version.Keep the old Productive Development Guide in a separate location.Add a note to the old version about its deprecation status.Add a Link the old version in the new version for discoverability.Check all links in the old version.Unreleased
version.changelog. Maybe they were forgotten.
Deployment Migration Notes
section, check the commit history for changed / addedconfiguration properties.
docker-compose.yaml
withdocker-compose-dev.yaml
.EDC_IMAGE
ofthe docker-compose's .env file.
TEST_BACKEND_IMAGE
ofthe docker-compose's .env file.
EDC_UI_IMAGE
ofthe docker-compose's .env file.
openapi.yaml
.release-prep
PR.docker-compose.yaml
withRELEASE_EDC_IMAGE=ghcr.io/sovity/edc-dev:latest
.docker ps -a
that all containers are healthy, and nothealthy: starting
orhealthy: unhealthy
.Test the postman collection against that running docker-compose.with .github/ISSUE_TEMPLATE/release.md.
Propose changes where it
makes sense.
The text was updated successfully, but these errors were encountered: