Add nightly-alpine branch to readme

This commit is contained in:
TheSpad
2021-12-27 20:50:31 +00:00
parent 434484ab08
commit 0b33659239

View File

@@ -20,6 +20,7 @@ development_versions_items:
- { tag: "latest", desc: "Stable Radarr releases" }
- { tag: "develop", desc: "Radarr releases from their develop branch" }
- { tag: "nightly", desc: "Radarr releases from their nightly branch" }
- { tag: "nightly-alpine", desc: "Radarr releases from their nightly branch using our Alpine baseimage" }
# container parameters
param_container_name: "{{ project_name }}"
@@ -56,6 +57,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "27.12.21:", desc: "Add nightly-alpine branch." }
- { date: "17.10.21:", desc: "Remove `UMASK_SET`." }
- { date: "08.05.21:", desc: "Make the paths clearer to the user" }
- { date: "17.01.21:", desc: "Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information." }