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

Automate release process through CI #3440

Merged
merged 5 commits into from
Dec 25, 2021

Conversation

pomadchin
Copy link
Member

@pomadchin pomadchin commented Nov 27, 2021

Overview

This PR adds the CI support and Scala 2.13.7 cross compilation.

Closes #3140

@@ -70,6 +73,6 @@ workflows:
scala-version: ["2.12.15", "2.13.6"]
filters:
branches:
only: master
only: /.*/
Copy link
Member Author

@pomadchin pomadchin Nov 27, 2021

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 pomadchin force-pushed the feature/ci-release branch 2 times, most recently from 203b68b to 6e24d81 Compare November 27, 2021 05:39
@pomadchin pomadchin changed the title Automate release process through through CI [WIP] Automate release process through through CI Nov 27, 2021
@pomadchin pomadchin changed the title [WIP] Automate release process through through CI Automate release process through through CI Nov 27, 2021
version.sbt Outdated Show resolved Hide resolved
@pomadchin pomadchin changed the title Automate release process through through CI Automate release process through CI Dec 17, 2021
@pomadchin pomadchin force-pushed the feature/ci-release branch 2 times, most recently from 107abcc to 867a854 Compare December 24, 2021 01:21
@@ -25,14 +25,11 @@ import geotrellis.raster.buffer.{BufferedTile, BufferSizes}
import geotrellis.raster.buffer.Direction._
import geotrellis.util._

import org.apache.log4j.Logger
Copy link
Member Author

Choose a reason for hiding this comment

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

🤦

@pomadchin pomadchin merged commit 3782358 into locationtech:master Dec 25, 2021
@pomadchin pomadchin deleted the feature/ci-release branch January 4, 2022 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automate release process through CI
1 participant