chore: Move the changelog to the repository root
The release notes rendered in the about modal only existed as an asset inside the client, where nothing outside a build would look for them. The file moves to CHANGELOG.md at the root and the about modal reads it from there, so the client build and the Docker image copy in the same file the repository keeps. An unreleased section collects the orphaned reference fixes and the pagination fixes.
This commit is contained in:
@@ -87,6 +87,7 @@ services:
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ./client:/app
|
||||
- ./CHANGELOG.md:/CHANGELOG.md
|
||||
ports:
|
||||
- 3000:3000
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user