Skip to content

Setup releases from CI #58

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 4 commits into from
Sep 24, 2018
Merged

Setup releases from CI #58

merged 4 commits into from
Sep 24, 2018

Conversation

olafurpg
Copy link
Collaborator

Upgrades the build to sbt 1.2 so that we can use sbt-ci-relase to
automate releases from Travis CI.

Upgrades the build to sbt 1.2 so that we can use sbt-ci-relase to
automate releases from Travis CI.
@@ -1 +1 @@
sbt.version=0.13.17
sbt.version=1.2.1
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@lihaoyi can we scrap JDK 7 support? Upgrading the build to use 2.12 results in errors on JDK 7

java.lang.UnsupportedClassVersionError: scala/Option : Unsupported major.minor version 52.0


# Release stable release on tag push and snapshot on merge to master
- stage: release
script: sbt ci-release
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@lihaoyi are you OK if I configure publishing credential in the Travis UI to publish releases on tag push?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I went ahead and included the credentials as secret environment variables in the Travis web UI settings. Please let me know if we should revert. I generated a fresh gpg key only to publish sourcecode.

@olafurpg olafurpg merged commit 8c769ae into com-lihaoyi:master Sep 24, 2018
@olafurpg olafurpg deleted the ci-release branch September 24, 2018 12:52
@olafurpg
Copy link
Collaborator Author

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