fsprojects / FSharpLint

Lint tool for F#
https://fsprojects.github.io/FSharpLint/
MIT License
300 stars 73 forks source link

CI,build.fsx: publish prerelease nuget versions for every commit #629

Closed knocte closed 7 months ago

knocte commented 7 months ago

For this, the "alpha01" prerelease name is replaced by a dynamic one that contains the date and the git hash.

Supersedes https://github.com/fsprojects/FSharpLint/pull/544