Skip to content

Commit

Permalink
πŸš€ RELEASE: v4.0.0rc3 (#486)
Browse files Browse the repository at this point in the history
* πŸ‘· (ci): remove redundant tag/branch check in release workflow

* 🏷️: bump to rc3
  • Loading branch information
schlich authored Feb 28, 2024
1 parent def9657 commit 1a55ab3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
python setup.py sdist --format=gztar bdist_wheel
twine check dist/*
- name: Upload packages to Jazzband
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: jazzband
Expand Down
2 changes: 1 addition & 1 deletion wagtailmenus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# major.minor.patch.release.number
# release must be one of alpha, beta, rc, or final
VERSION = (4, 0, 0, "rc", 2)
VERSION = (4, 0, 0, "rc", 3)
__version__ = get_version(VERSION)
stable_branch_name = get_stable_branch_name(VERSION)

Expand Down

0 comments on commit 1a55ab3

Please sign in to comment.