mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-12-20 20:01:17 +00:00
Compare commits
3 commits
24aa1b5d67
...
9e2510ec09
Author | SHA1 | Date | |
---|---|---|---|
9e2510ec09 | |||
552e7c9f10 | |||
d8cd131edd |
2 changed files with 18 additions and 2 deletions
3
.github/workflows/test-and-build.yml
vendored
3
.github/workflows/test-and-build.yml
vendored
|
@ -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
|
||||
|
|
17
History.md
17
History.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue