From a38b61666637461191a004597b06a1aeecd2c2e9 Mon Sep 17 00:00:00 2001 From: Richard Treier Date: Wed, 17 Jan 2024 13:23:15 +0100 Subject: [PATCH] chore: update release process (#624) --- .github/ISSUE_TEMPLATE/release.md | 2 ++ README.md | 9 --------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index 9dc778f71..38942e05c 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -18,6 +18,8 @@ Feel free to edit this release checklist in-progress depending on what tasks nee - [ ] Add a clean `Unreleased` version. - [ ] Add the version to the old section. - [ ] Add the current date to the old version. + - [ ] Reorder, reword or combine changelog entries from a product perspective for consistency. + - [ ] Check the [Dependabot Alerts](https://github.com/sovity/edc-ui/security/dependabot) for anything fixable pre-release. - [ ] Write or review a `Deployment Migration Notes` section. - [ ] Write or review a release summary. - [ ] Remove empty sections from the patch notes. diff --git a/README.md b/README.md index 4fb151851..37983f4c4 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ Table of Contents
  1. About The Project
  2. -
  3. Compatibility
  4. Getting Started
  5. Configuration
  6. Running dev mode
  7. @@ -162,14 +161,6 @@ docker build -f "docker/Dockerfile" -t "edc-ui:latest" . # Docker image will serve at :80 ``` -### Configuring docker image - -ENV vars `EDC_UI_*` will be collected into `assets/app-config.json` at container -startup and served. - -`NGINX_BIND` and `NGINX_PORT` are templated into `default.conf` and can be used -to overwrite nginx bind address and port. -

    (back to top)