David Mazarro

Results 4 issues of David Mazarro

Following the spirit of #666, it would seem like a good idea to include utility functions like `first_day` and `last_day` for similar time periods such as months, quarters and years....

While reviewing #174, @jpvillaisaza realized (see https://github.com/stackbuilders/hapistrano/pull/174#discussion_r800725192) that I had accidentally removed the call to `dropOldReleases` when a successful release was deployed, so old releases weren't being deleted; despite of...

missing tests
low-priority
good first issue

This PR adds a draft release workflow to the CI pipeline, mostly brought over from [Hapistrano](https://github.com/stackbuilders/hapistrano/blob/master/.github/workflows/draft.yml), but removing the caching and Docker stuff. It also adds the Hackage release upload...

ci
wip

Thanks to the [get-tested](https://github.com/Kleidukos/get-tested) action, we can automatically generate the matrix of GHC versions to run the CI on. This keeps the tested-with versions we set in Cabal files accurate...

ci