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

Use github actions for CI and release #375

Merged
3 commits merged into from
May 22, 2020
Merged

Conversation

cquiroz
Copy link
Collaborator

@cquiroz cquiroz commented Dec 16, 2019

This PR should enable automatic releases using sbt-ci-release. This way every time a PR is merged a snapshot release will be available
This also removes travis in favour of githubactions for CI
This PR may need a few iterations to get it working right

Signed-off-by: Carlos Quiroz <[email protected]>
@cquiroz
Copy link
Collaborator Author

cquiroz commented May 18, 2020

@garyKeorkunian I'd like to bump this and getting it merged soon to remove the travis bottleneck, WDYT?

homepage := Some(url("http://www.squants.com/")),
licenses := Seq("Apache 2.0" -> url("http://www.opensource.org/licenses/Apache-2.0")),
developers := List(
Developer(
Copy link
Contributor

Choose a reason for hiding this comment

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

At this point, I don't think I should be listed as the only dev. Others have been contributing so much more. I'd say we should either add others to this list or perhaps drop it all together (which I think is the general recommendation).

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ok I may do that in another PR which can be used to verify the release process

@cquiroz cquiroz closed this May 22, 2020
@cquiroz cquiroz deleted the ci-release branch May 22, 2020 17:21
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.

2 participants