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

[New Feature]: Reduce Version Explosion #420

Open
wphyojpl opened this issue Sep 5, 2024 · 0 comments
Open

[New Feature]: Reduce Version Explosion #420

wphyojpl opened this issue Sep 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@wphyojpl
Copy link
Collaborator

wphyojpl commented Sep 5, 2024

Checked for duplicates

Have you checked for duplicate issue tickets?

Yes - I've already checked

Alternatives considered

Have you considered alternative solutions to your feature request?

Yes - and alternatives don't suffice

Related problems

Is your feature request related to any problems? Please help us understand if so, including linking to any other issue tickets.

Currently, every PR bumps a version depending on major, minor, or bug.

It ends up increasing many versions in 1 release.
This is done so that the "release" tab is not ovewritten before a release.

But each release has a jump in version.

Describe the feature request

  • Instead of bumping the real version in PR merges, append another version.
  • Example: Just after a fresh release, the version is 17.3.1.
  • When a PR is created as a feature, it will become 17.3.1D0.1.0
  • When another PR is created as a bug, it will become 17.3.1D0.1.1
  • and so on..
  • When it finally releases, it will choose the largest non 0 after D to increase the real version
  • Example: 17.3.1D0.4.6 where it has 4 new features and 6 bugfixes, it becomes 17.4.0
  • Example: 17.3.1D1.0.6 where it has 1 breaking change and 6 bugfixes, it becomes 18.0.0
@wphyojpl wphyojpl added the enhancement New feature or request label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant