Skip to content
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

Adds release workflow #1009

Merged
merged 1 commit into from Jul 28, 2021
Merged

Conversation

scotchneat
Copy link
Contributor

Migrates workflows from travis-ci.org to GitHub Actions.

  • migrates changelog generator to use goreleaser
  • adds workflow to build and publish a snap release candidate on push to main
  • adds job to the release.yml workflow to build a publish a snap stable release on push of a tag

For APICLI-490

Migrates workflows from travis-ci.org to GitHub Actions.

For APICLI-490
@scotchneat scotchneat requested a review from a team July 27, 2021 20:43
@@ -50,4 +50,4 @@ release:
name: doctl

changelog:
skip: true
skip: false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this switch the changelog on GitHub from the one we generate from https://github.com/digitalocean/github-changelog-generator to one generated by GoReleaser?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. That's what I wanted to try.

Copy link
Member

@andrewsomething andrewsomething left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM

@scotchneat scotchneat merged commit 32d78af into digitalocean:main Jul 28, 2021
8 checks passed
@scotchneat scotchneat deleted the migrate-ci-workflows branch July 28, 2021 18:07
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.

None yet

4 participants