ajoberstar / reckon

Infer a project's version from your Git repository.
Apache License 2.0
185 stars 28 forks source link

Inquiry regarding plugin logic #143

Closed amiryo closed 2 years ago

amiryo commented 4 years ago

Background: I have 2 branches : "dev" and "master" Once in a while dev merged into master I would like to tag both dev and master branches with 1 final release. For example (chronological advancement) : dev - 1.0.0 (baseline version) dev - 1.1.0 -ms.1 dev - 1.1.0 -ms.2 master - 1.1.0 -rc.1 master - 1.1.0 -rc.2 master - 1.1.0 (this is the final version)

Is it the proper use of reckon plugin ? if not what is the proper way to use the plugin when one branch is merged into another branch?

Please refer to this issue: https://github.com/ajoberstar/reckon/issues/142

ajoberstar commented 2 years ago

Closing as duplicate of #142