This is an automated email from the ASF dual-hosted git repository. Aman-Mittal pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
commit fefb62640633815d99ab05053590e39ace59ca60 Merge: d621265 55ca772 Author: Aman-Mittal <[email protected]> AuthorDate: Sun Aug 16 22:19:24 2026 +0530 Merge pull request #379 from Aman-Mittal/chore/release-blockers Close the remaining release blockers: a working container, a real version, and a release process .github/workflows/ci.yml | 116 ++++++++++++++++ .github/workflows/release-tag.yml | 64 +++++++++ AGENTS.md | 2 +- CHANGELOG.md | 118 ++++++++++++++++ DOCS/CI_CHECKS.md | 22 +-- DOCS/FONTS.md | 2 +- NOTICE | 2 +- README.md | 61 ++++++--- RELEASING.md | 276 ++++++++++++++++++++++++++++++++++++++ deploy/Dockerfile | 46 ++++--- deploy/docker-compose.yml | 66 ++++++++- deploy/entrypoint.sh | 96 +++++++++++-- deploy/nginx.conf | 71 ---------- deploy/nginx.conf.template | 144 ++++++++++++++++++++ package.json | 3 +- scripts/check-license.sh | 2 +- scripts/check-version.mjs | 91 +++++++++++++ scripts/ga-check.mjs | 24 ++-- security.md | 28 ++-- 19 files changed, 1081 insertions(+), 153 deletions(-)
