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

Use devel suffix for development #1278

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eulerto
Copy link
Member

@eulerto eulerto commented Feb 24, 2025

The current version during development is the latest release version. That's not ideal because it confuses the stable release with a development code.

The new policy states that for a release, we remove the "devel" suffix and the first commit after release is to (a) increment the major and/or minor version and (b) add the "devel" suffix back. It means if we release 1.24.0, the next commit after release should update version from 1.24.0 to 1.25devel.

@eulerto
Copy link
Member Author

eulerto commented Feb 24, 2025

The downside of this proposal is when we change the MAJOR in MAJOR.MINOR.PATCH. We never did that yet and when we do the "devel" reference won't match the real release. I think that is acceptable because a development version won't be released. (I remember when Postgres used to use MAJOR.MINOR.PATCH and 8.5 was the reference for the next release until the community decided to call it 9.0.)

The current version during development is the latest release version.
That's not ideal because it confuses the stable release with a
development code.

The new policy states that for a release, we remove the "devel" suffix
and the first commit after release is to (a) increment the major and/or
minor version and (b) add the "devel" suffix back. It means if we
release 1.24.0, the next commit after release should update version from
1.24.0 to 1.25devel.
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