Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Bugs with suggest in pre-releases #167

Merged
merged 8 commits into from
Sep 20, 2023

Conversation

carstencodes
Copy link
Owner

  • dev versions and a/b/c versions were treated errorneously

-> The next release will be an alpha release

If everything that would trigger a micro up-date in a preview will actually increment
the pre-release.

Example: 0.8.0.a2.dev17 will become 0.8.0a2
and 0.8.0.a2 will become 0.8.0a3
It should be a modifier not a modified
A minor change in a pre-release will update
alpha to beta or beta to beta or rc to rc.
The next development version is set
Update notification was not implemented
The next release will be an alpha release
The formatting had issues including the type-checking
which needed to be fixed
Moved branches to extra functions
and internalized module internal methods
to class
@carstencodes carstencodes merged commit e87dc81 into main Sep 20, 2023
12 of 15 checks passed
@carstencodes carstencodes deleted the fixes/pre-releases-suggestions branch September 20, 2023 16:32
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