Compare commits

..

3 commits

Author SHA1 Message Date
9e2510ec09
prepare release v3.23.1 2023-12-20 21:00:02 +01:00
552e7c9f10
[CI] Fix: Prevent tag collision in CI
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-12-20 20:59:21 +01:00
d8cd131edd
prepare release v3.23.0 2023-12-20 20:39:47 +01:00
2 changed files with 18 additions and 2 deletions

View file

@ -53,10 +53,9 @@ jobs:
lfs: true
show-progress: false
- name: Marking workdir safe and fetch tags
- name: Marking workdir safe
run: |
git config --global --add safe.directory /__w/twitch-bot/twitch-bot
git fetch --tags
- name: Lint and test code
run: make lint test frontend_lint

View file

@ -1,3 +1,20 @@
# 3.23.1 / 2023-12-20
* Bugfixes
* [CI] Fix: Prevent tag collision in CI
# 3.23.0 / 2023-12-20
> [!NOTE]
> This release slightly changes the way release binaries are packaged: The binary is now named `twitch-bot` instead of i.e. `twitch-bot_linux_amd64` within the archives.
* Improvements
* [editor] Improve wording and visibility for bot connection
* Bugfixes
* [quote] Fix: Add primary key to quote table
* [eventsub] Fix: Stop subscription-retries when client is closed
# 3.22.0 / 2023-12-14
* Improvements