sonata-nfv / tng-sdk-package

The 5GTANGO SDK tool to create and unpack 5GTANGO packages.
http://www.5gtango.eu
Apache License 2.0
7 stars 9 forks source link

Auto versioning of created packages #68

Closed mpeuster closed 5 years ago

mpeuster commented 6 years ago

Automatically increase version numbers of a project when a new package is created. Makes use much more convenient (we noticed this during SONATA pilot integration).

However, feature is optional and can be disabledif needed e.g. --autoversion (remove the old --no-autoversion flag)

Attention: Versions come as strings "0.1" or floats 0.1 both needs to work.

We add/increment the third part of the version field.

Examples:

0.1 -> "0.1.1" "0.1.1" -> "0.1.2" etc.