diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ffff341..3e1d824 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: run: | changelog=$(git log --pretty='format:%d%n- %s%n%b---' $(git tag --sort=v:refname | tail -n2 | head -n1)..HEAD) tag="${GITHUB_REF#refs/tags/}" - gh release create --title "shtab $tag beta" --draft --notes "$changelog" "$tag" dist/${{ steps.dist.outputs.whl }} dist/${{ steps.dist.outputs.targz }} + gh release create --title "shtab $tag stable" --draft --notes "$changelog" "$tag" dist/${{ steps.dist.outputs.whl }} dist/${{ steps.dist.outputs.targz }} env: GH_TOKEN: ${{ github.token }} - name: Docs diff --git a/pyproject.toml b/pyproject.toml index df14506..7d03a4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ requires-python = ">=3.7" keywords = ["tab", "complete", "completion", "shell", "bash", "zsh", "argparse"] license = {text = "Apache-2.0"} classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Stable", "Environment :: Console", "Environment :: MacOS X", "Environment :: Other Environment",