tophat / jenkins-timeline-plugin

A build timeline to facilitate the inspection of Jenkins pipelines and identify bottlenecks.
https://jenkinstimeline.com
Apache License 2.0
34 stars 11 forks source link

Automatic versioning #57

Closed mcataford closed 5 years ago

mcataford commented 5 years ago

Is your feature request related to a problem? Please describe. Having to manually increment the version is a bit unwieldy and error-prone. It would be nice to automate this.

Describe the solution you'd like A system like semantic versioning to generate the version tag depending on the changes in the PR.

Additional context It would allow easier tracking of major/minor feature merges.

mcataford commented 5 years ago

This is addressed by Maven during the release process. Other versioning would be redundant.