tophat / jenkins-timeline-plugin

A build timeline to facilitate the inspection of Jenkins pipelines and identify bottlenecks.

Home Page:https://jenkinstimeline.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic versioning

mcataford opened this issue · comments

commented

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.

commented

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