Merge branch 'master' of github.com:wekan/wekan

This commit is contained in:
Lauri Ojansivu 2022-10-04 13:01:15 +03:00
commit b20408cde0
3 changed files with 7 additions and 5 deletions

View file

@ -25,6 +25,6 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com" git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run chart-releaser - name: Run chart-releaser
uses: helm/chart-releaser-action@v1.4.0 uses: helm/chart-releaser-action@v1.4.1
env: env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

View file

@ -15,10 +15,12 @@ This release adds the following updates:
[Part 3](https://github.com/wekan/wekan/commit/f6dfd2ab67ab8bc216435d46129663bd7e0da103). [Part 3](https://github.com/wekan/wekan/commit/f6dfd2ab67ab8bc216435d46129663bd7e0da103).
Thanks to xet7. 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). - [Try to fix Mermaid Diagram error: Maximum call stack size exceeded](https://github.com/wekan/wekan/commit/aeac6e605b9c8659a690b195bc67e6fc2478f74f).
Thanks to xet7. 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. Thanks to above GitHub users for their contributions and translators for their translations.

View file

@ -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) [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. You can use latest tag to get newest release tag.
See https://github.com/wekan/wekan/issues/3874 See bottom of https://github.com/wekan/wekan/issues/3874
## FAQ ## FAQ