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 6
6
description : ' Community Edition version (e.g. 1.0.0)'
7
7
required : true
8
8
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)'
10
10
required : true
11
- default : a0
11
+ default : b0
12
12
sourceBranch :
13
13
description : ' Branch to cut the release from'
14
14
default : main
@@ -111,7 +111,7 @@ jobs:
111
111
uses : jreleaser/release-action@v2
112
112
env :
113
113
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
115
115
JRELEASER_GITHUB_TOKEN : ${{ secrets.JRELEASER_GITHUB_TOKEN }}
116
116
JRELEASER_GPG_PASSPHRASE : ${{ secrets.JRELEASER_GPG_PASSPHRASE }}
117
117
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):
133
133
'Timefold Homepage' : 'https://timefold.ai' ,
134
134
},
135
135
classifiers = [
136
- 'Development Status :: 1 - Planning ' ,
136
+ 'Development Status :: 4 - Beta ' ,
137
137
'Programming Language :: Python :: 3' ,
138
138
'Topic :: Scientific/Engineering :: Artificial Intelligence' ,
139
139
'Topic :: Software Development :: Libraries :: Java Libraries' ,
You can’t perform that action at this time.
0 commit comments