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

Versioning packages #13

Open
5 tasks
pradal opened this issue Dec 9, 2021 · 1 comment
Open
5 tasks

Versioning packages #13

pradal opened this issue Dec 9, 2021 · 1 comment

Comments

@pradal
Copy link
Contributor

pradal commented Dec 9, 2021

Howto version packages?

Package versionning strategy

  • Do we need a share version number for all packages?
  • Or each packge follow its own version schema?
  • I recommend Semantic versionning (https://semver.org)

Howto manage versions?

@thomasarsouze
Copy link
Contributor

Other solution is to let Python Semantic Release do automatically bump version numbers based on keywords in commit messages (typicaly based on Angular set of keywords but can be other: feat, fix, docs, style,refactor, perf,test,build, BREAKING 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

No branches or pull requests

2 participants