ndmitchell / neil

General tools for Neil
Other
38 stars 16 forks source link

Sign git tags #15

Closed ndmitchell closed 9 years ago

ndmitchell commented 9 years ago

I should do something like:

git tag -a -s -m "filepath 1.4.0.0" v1.4.0.0

The full message is important, so it can be tied back to which Hackage package I'm releasing.

ndmitchell commented 9 years ago

Done, and present in the Shake 0.15 release.