Skip to content

Commit 4ae11e8

Browse files
authored
Merge pull request #10 from linuxserver/alpine320-prerelease
make 320 prerelease while 321 is stable
2 parents 8c13b5f + 0923673 commit 4ae11e8

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ pipeline {
826826
"target_commitish": "alpine320",\
827827
"name": "'${META_TAG}'",\
828828
"body": "**CI Report:**\\n\\n'${CI_URL:-N/A}'\\n\\n**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**Remote Changes:**\\n\\n' > start
829-
printf '","draft": false,"prerelease": false}' >> releasebody.json
829+
printf '","draft": false,"prerelease": true}' >> releasebody.json
830830
paste -d'\\0' start releasebody.json > releasebody.json.done
831831
curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST https://api.github.com/repos/${LS_USER}/${LS_REPO}/releases -d @releasebody.json.done'''
832832
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@ This image only contains the compiled python files for Alpine, and is meant to b
4444

4545
## Versions
4646

47+
* **05.12.24:** - Release `alpine321` tag.
4748
* **07.06.24:** - Release `alpine320` tag.
4849
* **07.03.24:** - Initial release.

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
project_name: docker-python
55
external_type: na
66
custom_version_command: "curl -sX GET https://api.github.com/repos/python/cpython/tags | jq -r '.[] | select(.name | contains(\"rc\") or contains(\"a\") or contains(\"b\") | not) | .name' | sed 's|^v||g' | sort -rV | head -1"
7-
release_type: stable
7+
release_type: prerelease
88
release_tag: alpine320
99
ls_branch: alpine320
1010
skip_package_check: true

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ full_custom_readme: |
4747
4848
## Versions
4949
50+
* **05.12.24:** - Release `alpine321` tag.
5051
* **07.06.24:** - Release `alpine320` tag.
5152
* **07.03.24:** - Initial release.

0 commit comments

Comments
 (0)