Skip to content

Add GH Actions workflows #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 25, 2020
Merged

Add GH Actions workflows #6

merged 1 commit into from
May 25, 2020

Conversation

soedirgo
Copy link
Member

Automates testing, building, releasing binary and deploying to fly.io up tag push. (Needs a secret: FLY_API_TOKEN)

I tried finding a release notes generator, but couldn't find one that "works" (generate changelog into Releases body upon tag push). Candidates were:

  • Release Drafter
    It can generate drafts of changelog upon push to branches, but it can't handle tag pushes
  • github-changelog-generator or zeit/release
    Looks good, but they're manually triggered (not GitHub Actions)
  • release-notary
    This one seems to do exactly what I want, but it errors out and gives undecipherable error messages that I couldn't debug

(I wish I didn't spend so much time on this...)

Closes #1, #2, #3.

@kiwicopple kiwicopple merged commit f96fded into supabase:master May 25, 2020
avallete pushed a commit that referenced this pull request May 13, 2025
Add GH Actions workflows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Actions: testing
2 participants