earloc / postomate

A library to automate and orchestrate requests out of a postman-collection with .net
MIT License
2 stars 0 forks source link

Feature/semver #8

Closed earloc closed 3 years ago

earloc commented 3 years ago

Adds support for versioning built-assemblies, as well as creating nugets based on the current SemVer. Triggered through pushed tags (e.g. v0.1.2-fancyfeature1, v1.2.3, etc.)

Assemblies built carry the current SemVer, as well as the originating SHA of the commit.

image

earloc commented 3 years ago

1