hspec / hspec-hedgehog

A library to integrate hedgehog tests into your hspec test suite.
https://hackage.haskell.org/package/hspec-hedgehog
Other
28 stars 6 forks source link

Tag and publish on version bumps #33

Closed sol closed 11 months ago

sol commented 11 months ago

@parsonsmatt this needs a HACKAGE_AUTH_TOKEN. There are two options here:

  1. Use the organization level HACKAGE_AUTH_TOKEN.
  2. Use a repository level HACKAGE_AUTH_TOKEN.

For option 1 please do the following:

For option 2 please do the following:

parsonsmatt commented 11 months ago

I've added you to the maintainers list on Hackage - thanks!

sol commented 11 months ago

@parsonsmatt the tag for v0.1.1.0 was missing on GitHub. This is why this action created it now. Do you still have it locally? If yes, please force push it. If not, then, I think no big deal. Current HEAD and that version are essentially the same (modulo tests + GitHub actions).

There are also a couple of other tags missing. Again if you have them locally please push them, if not, I might add them eventually.

parsonsmatt commented 11 months ago

I probably don't, I tag versions manually and inconsistently