Skip to content

Setup releases from CI#58

Merged
olafurpg merged 4 commits into
com-lihaoyi:masterfrom
olafurpg:ci-release
Sep 24, 2018
Merged

Setup releases from CI#58
olafurpg merged 4 commits into
com-lihaoyi:masterfrom
olafurpg:ci-release

Conversation

@olafurpg
Copy link
Copy Markdown
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.
Comment thread project/build.properties Outdated
@@ -1 +1 @@
sbt.version=0.13.17
sbt.version=1.2.1
Copy link
Copy Markdown
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

Comment thread .travis.yml

# Release stable release on tag push and snapshot on merge to master
- stage: release
script: sbt ci-release
Copy link
Copy Markdown
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
Copy Markdown
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.

Comment thread .travis.yml Outdated
@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
Copy Markdown
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