-
Notifications
You must be signed in to change notification settings - Fork 221
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
Enable auto releases #1000
Enable auto releases #1000
Conversation
Bump Circe to 0.10 and Scala to 2.12.7
removes duplicate Xss and Xms options
adjusts stack size to address OOM error when running tests
Add encoded keys/credentials/etc
* starts the effort to simplify artifact release * lint fix * hardcoded name and email
Codecov Report
@@ Coverage Diff @@
## master #1000 +/- ##
==========================================
- Coverage 83.41% 83.37% -0.04%
==========================================
Files 50 50
Lines 856 854 -2
Branches 51 51
==========================================
- Hits 714 712 -2
Misses 142 142
Continue to review full report at Codecov.
|
@arron-green Thanks again for instigating this! What our next steps should be in your opinion? |
.travis.yml
Outdated
- 2.11.12 | ||
- 2.12.6 | ||
- 2.11.12 | ||
- 2.12.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be changed to 2.12.7
? build.sbt
currently points to 2.12.7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yeah, we totally should.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One pro for tossing away a build matrix is we never have to do that again.
sudo: false | ||
branches: | ||
except: | ||
- release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@arron-green Do you know what's release
branch is for?
I think it's ready to go. The only question I have is how do we test it? Perhaps we could just wait for the next release and see how it goes. |
I rebase that against |
Sounds good. Glad i could help motivate this issue! Excited to see the result of this |
@arron-green and I spent some time working on this. We're putting everything together to see how it looks.
Fixes #977.
Follow up work:
Also 🎉 for the 1000th PR!