Skip to content

Releases: DragosDumitrache/versioner

Simplified GitHub action usage and code

17 Jan 08:45
9117ccb
Compare
Choose a tag to compare

This change simplified the code to make it more easily understood. It also updated the GitHub action to make it easier to use inside your pipeline, and added documentation for doing this

Shifted the bash testing framework from critic.sh to bats

Fixing some branch issues

10 Jan 14:54
01d87e4
Compare
Choose a tag to compare

Updated GitHub action

09 Jan 12:20
b0571e0
Compare
Choose a tag to compare
2.2.2

2.2.2

Improve versioning for new repos

02 Jan 09:44
b59fef3
Compare
Choose a tag to compare

2.2.0

02 Mar 23:58
6c464ac
Compare
Choose a tag to compare
Download release of versioner (#2)

* Download release of versioner

And leverage that. Only publish tags on master

* Echo working directory

* All work happens in the top level directory

* Echo github workspace for debugging purposes

* Check the downloaded script is correct and run it

* curl -L to follow the redirect

* Echo head ref

* Download newer script version

* Checkout with v2

2.1.7 Semantic improvements

08 Feb 07:46
Compare
Choose a tag to compare

This changes how we compute the version calculation. Rather than rely on the, somewhat unreliable, output from git describe, it simply counts the number of commits since the last tag.