mark-gerarts / perfect-fifth

F# Fable bindings for p5js, with some functional sugar on top.
https://mark-gerarts.github.io/perfect-fifth/
MIT License
5 stars 2 forks source link

Fix for versioning config #6

Closed anpin closed 1 year ago

anpin commented 1 year ago

Hi @mark-gerarts, this PR fixes issue you have found in #3. In preparing #4 I was only testing versioning on feature branch and missed the misconfiguration. Now it automatically adjusts patch version upon commiting/merging into main branch. Keep in mind that in order to increment major or minor version you have to add +semver: major to your commit message (docs)

mark-gerarts commented 1 year ago

Thank you for taking the time to look at this, @anpin. It works fine now, a new version was pushed to Nuget automatically.