Skip to content

Bump the version in all four files that carry it - #86

Open
teknogeek0 wants to merge 1 commit into
mainfrom
fix/bump-version-all-files
Open

Bump the version in all four files that carry it#86
teknogeek0 wants to merge 1 commit into
mainfrom
fix/bump-version-all-files

Conversation

@teknogeek0

Copy link
Copy Markdown
Collaborator

bump_version.sh updated only VERSION and setup.py, so pyproject.toml and planetscale_discovery/init.py were left at 1.3.0 through the v1.3.1 release. It now updates all four and fails if any file still holds the old version.

bump_version.sh updated only VERSION and setup.py. pyproject.toml and
planetscale_discovery/__init__.py also carry the version, and both were
left at 1.3.0 during the v1.3.1 release. The release workflow compares
the tag against VERSION only, so it does not catch this.

The script now updates all four files and stops with an error if any
file still holds the old version. RELEASING.md matches.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant