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

[Revise] automated version updating when a pull request merged #1183

Open
lisphilar opened this issue Sep 8, 2022 · 1 comment
Open

[Revise] automated version updating when a pull request merged #1183

lisphilar opened this issue Sep 8, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@lisphilar
Copy link
Owner

lisphilar commented Sep 8, 2022

Summary of request

As explained on contribution guideline, version numbers of development versions are incremented as follows.

  • 2.26.1 (the latest stable version)
  • 2.26.2-alpha for bug fix or revision of intrnal/config files
  • 2.26.2-beta for bug fix or revision of intrnal/config files
  • 2.27.0-alpha for enhancement

Why required / what will be improved

Version changes are poerformed manually by updating "./covisirphy/__verision__.py" and this should be automated.

The current Version

CovsirPhy version I used: 2.26.2-gamma

@lisphilar lisphilar added the enhancement New feature or request label Sep 8, 2022
@lisphilar
Copy link
Owner Author

Per SemVer and PEP440, we can use "developmental release".

  • 2.28.0
  • 3.0.0.dev0
  • 3.0.0.dev1
  • ...
  • 3.0.0
  • 3.0.1-dev0
  • 3.0.1
  • 3.1.0-dev0
  • ...

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