openalea/openalea.rtfd.io

Versioning packages

Opened this issue · 1 comments

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?

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:)