fsprojects / FSharp.Control.TaskSeq

A computation expression and module for seamless working with IAsyncEnumerable<'T> as if it is just another sequence
MIT License
91 stars 7 forks source link

Useful script to backdate git tags #248

Closed abelbraaksma closed 5 months ago

abelbraaksma commented 5 months ago

This was taken from this SO post on changing the dates of tags.

I used it to ensure the correct ordering, placement and dating of the version tags used in this repository. Leaving the script in as it may prove useful in the future.

Unfortunately, it does not fix the date of the releases as they are created in Git, so I 'fixed' that by typing the release date in the title of the release itself.