This repository was archived by the owner on Oct 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 description : ' Community Edition version (e.g. 1.0.0)'
77 required : true
88 pythonVersionSuffix :
9- description : ' What suffix to append to the Python version (ex: a0 for alpha release)'
9+ description : ' What suffix to append to the Python version (ex: b0 for beta release)'
1010 required : true
11- default : a0
11+ default : b0
1212 sourceBranch :
1313 description : ' Branch to cut the release from'
1414 default : main
@@ -111,7 +111,7 @@ jobs:
111111 uses : jreleaser/release-action@v2
112112 env :
113113 JRELEASER_DRY_RUN : ${{ github.event.inputs.dryRun }}
114- JRELEASER_PROJECT_VERSION : ${{ github.event.inputs.version }}-alpha
114+ JRELEASER_PROJECT_VERSION : ${{ github.event.inputs.version }}-beta
115115 JRELEASER_GITHUB_TOKEN : ${{ secrets.JRELEASER_GITHUB_TOKEN }}
116116 JRELEASER_GPG_PASSPHRASE : ${{ secrets.JRELEASER_GPG_PASSPHRASE }}
117117 JRELEASER_GPG_PUBLIC_KEY : ${{ secrets.JRELEASER_GPG_PUBLIC_KEY }}
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ def find_stub_files(stub_root: str):
133133 'Timefold Homepage' : 'https://timefold.ai' ,
134134 },
135135 classifiers = [
136- 'Development Status :: 1 - Planning ' ,
136+ 'Development Status :: 4 - Beta ' ,
137137 'Programming Language :: Python :: 3' ,
138138 'Topic :: Scientific/Engineering :: Artificial Intelligence' ,
139139 'Topic :: Software Development :: Libraries :: Java Libraries' ,
You can’t perform that action at this time.
0 commit comments