diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95bc6beb5..fb3be1297 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,6 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.4.0 + uses: helm/chart-releaser-action@v1.4.1 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eba1fd16..c9cbcaec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,10 +15,12 @@ This release adds the following updates: [Part 3](https://github.com/wekan/wekan/commit/f6dfd2ab67ab8bc216435d46129663bd7e0da103). Thanks to xet7. -and tried to fix the following bugs: +and fixes the following bugs: - [Try to fix Mermaid Diagram error: Maximum call stack size exceeded](https://github.com/wekan/wekan/commit/aeac6e605b9c8659a690b195bc67e6fc2478f74f). Thanks to xet7. +- [Updated README.md about Docker: You can use latest tag to get newest release tag](https://github.com/wekan/wekan/commit/fc28b6cbe29e578f1415ed47dab7cc11f383a8cc). + Thanks to gohrner and xet7. Thanks to above GitHub users for their contributions and translators for their translations. diff --git a/README.md b/README.md index 1eeb48360..8febf528f 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,10 @@ It's better than at chat where details get lost when chat scrolls up. [WeKan IRC FAQ](https://github.com/wekan/wekan/wiki/IRC-FAQ) -## Docker: Please only use Docker release tags +## Docker: Latest tag has newest release -Note: With Docker, please don't use latest tag. Only use release tags. -See https://github.com/wekan/wekan/issues/3874 +You can use latest tag to get newest release tag. +See bottom of https://github.com/wekan/wekan/issues/3874 ## FAQ