Compare commits

..

No commits in common. "9e2510ec09d1778ea59735b33e4d1d37c2403e3f" and "24aa1b5d671964d57f802adbd41036e7d74dba8a" have entirely different histories.

2 changed files with 2 additions and 18 deletions

View file

@ -53,9 +53,10 @@ jobs:
lfs: true
show-progress: false
- name: Marking workdir safe
- name: Marking workdir safe and fetch tags
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,20 +1,3 @@
# 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