Compare commits

...

2 Commits

Author SHA1 Message Date
aptalca
4ae11e8305
Merge pull request #10 from linuxserver/alpine320-prerelease
make 320 prerelease while 321 is stable
2024-12-06 09:50:14 -05:00
aptalca
0923673c5f
make 320 prerelease while 321 is stable 2024-12-05 21:24:31 -05:00
4 changed files with 4 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -826,7 +826,7 @@ pipeline {
"target_commitish": "alpine320",\
"name": "'${META_TAG}'",\
"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
printf '","draft": false,"prerelease": false}' >> releasebody.json
printf '","draft": false,"prerelease": true}' >> releasebody.json
paste -d'\\0' start releasebody.json > releasebody.json.done
curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST https://api.github.com/repos/${LS_USER}/${LS_REPO}/releases -d @releasebody.json.done'''
}

View File

@ -44,5 +44,6 @@ This image only contains the compiled python files for Alpine, and is meant to b
## Versions
* **05.12.24:** - Release `alpine321` tag.
* **07.06.24:** - Release `alpine320` tag.
* **07.03.24:** - Initial release.

View File

@ -4,7 +4,7 @@
project_name: docker-python
external_type: na
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"
release_type: stable
release_type: prerelease
release_tag: alpine320
ls_branch: alpine320
skip_package_check: true

View File

@ -47,5 +47,6 @@ full_custom_readme: |
## Versions
* **05.12.24:** - Release `alpine321` tag.
* **07.06.24:** - Release `alpine320` tag.
* **07.03.24:** - Initial release.