summaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES.md
diff options
context:
space:
mode:
authorEarl Warren <contact@earl-warren.org>2024-12-13 18:30:49 +0100
committerEarl Warren <contact@earl-warren.org>2024-12-14 04:31:06 +0100
commit477e9499977674320a2b41474eeeb0ecd19a8124 (patch)
treeaaa5add8d2b8eaf0ea1a96fb4d73b6ca2729a7ca /RELEASE-NOTES.md
parentMerge pull request 'feat: use FORGEJO_TOKEN as runtime token' (#389) from xte... (diff)
downloadforgejo-runner-477e9499977674320a2b41474eeeb0ecd19a8124.tar.xz
forgejo-runner-477e9499977674320a2b41474eeeb0ecd19a8124.zip
chore(release): fix the link to the release notes
Diffstat (limited to 'RELEASE-NOTES.md')
-rw-r--r--RELEASE-NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 743b78a..e7f7ae4 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,5 +1,9 @@
# Release Notes
+## 5.0.4
+
+* Define FORGEJO_TOKEN as an alias to GITHUB_TOKEN
+
## 5.0.3
* [Fixes a regression](https://code.forgejo.org/forgejo/runner/pulls/354) that was introduced in version 5.0.0 by which it was no longer possible to mount the docker socket in each container by specifying `[container].docker_host = ""`. This is now implemented when `[container].docker_host = "automount"` is specified.