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 next SNAPSHOT version #1217

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

Fix next SNAPSHOT version #1217

wants to merge 1 commit into from

Conversation

fstab
Copy link
Member

@fstab fstab commented Nov 29, 2024

Tiny fix.

Signed-off-by: Fabian Stäber <[email protected]>
@zeitlinger
Copy link
Member

10.0.0-SNAPSHOT was intentional - so that it never has to change locally.
Is it causing any issue?

@dhoard
Copy link
Collaborator

dhoard commented Dec 5, 2024

I like using <PREVIOUS_VERSION>-post for the development/unreleased main branch code.

  • it identifies the latest release as the code base
  • doesn't infer what the next version will be

If the latest release is 1.3.4, the next release could be...

  • 1.3.5 (bug fixes)
  • 1.4.0 (new features)
  • 2.0.0 (major change)

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.

3 participants