Skip to content

Commit e7c33cc

Browse files
Christopher-Chianellitriceo
authored andcommitted
chore: Change development status classifier and release version suffix
1 parent 3942327 commit e7c33cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
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 }}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)