-
Notifications
You must be signed in to change notification settings - Fork 360
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
Automate release process through CI #3440
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pomadchin
force-pushed
the
feature/ci-release
branch
from
November 27, 2021 05:34
19e36b8
to
360c52e
Compare
pomadchin
commented
Nov 27, 2021
@@ -70,6 +73,6 @@ workflows: | |||
scala-version: ["2.12.15", "2.13.6"] | |||
filters: | |||
branches: | |||
only: master | |||
only: /.*/ |
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.
On all but tag branches it publishes snapshots to sonatype.
pomadchin
force-pushed
the
feature/ci-release
branch
2 times, most recently
from
November 27, 2021 05:39
203b68b
to
6e24d81
Compare
pomadchin
changed the title
Automate release process through through CI
[WIP] Automate release process through through CI
Nov 27, 2021
pomadchin
force-pushed
the
feature/ci-release
branch
from
November 27, 2021 05:40
6e24d81
to
e552250
Compare
pomadchin
changed the title
[WIP] Automate release process through through CI
Automate release process through through CI
Nov 27, 2021
pomadchin
commented
Nov 27, 2021
pomadchin
changed the title
Automate release process through through CI
Automate release process through CI
Dec 17, 2021
1 task
pomadchin
force-pushed
the
feature/ci-release
branch
from
December 23, 2021 20:08
e552250
to
f43c0c4
Compare
pomadchin
force-pushed
the
feature/ci-release
branch
from
December 23, 2021 20:10
f43c0c4
to
a0803ed
Compare
pomadchin
force-pushed
the
feature/ci-release
branch
2 times, most recently
from
December 24, 2021 01:21
107abcc
to
867a854
Compare
pomadchin
force-pushed
the
feature/ci-release
branch
from
December 24, 2021 01:25
867a854
to
383e214
Compare
pomadchin
commented
Dec 24, 2021
@@ -25,14 +25,11 @@ import geotrellis.raster.buffer.{BufferedTile, BufferSizes} | |||
import geotrellis.raster.buffer.Direction._ | |||
import geotrellis.util._ | |||
|
|||
import org.apache.log4j.Logger |
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.
🤦
pomadchin
force-pushed
the
feature/ci-release
branch
from
December 24, 2021 03:16
d2c9e03
to
52881c3
Compare
pomadchin
force-pushed
the
feature/ci-release
branch
from
December 24, 2021 12:38
0e7830f
to
43e276c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
This PR adds the CI support and Scala 2.13.7 cross compilation.
Closes #3140