Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 639 Bytes

RELEASING.md

File metadata and controls

25 lines (19 loc) · 639 Bytes

How to perform a release

check for backwards compatibility

  • check the value of mimaPreviousArtifacts in build.sbt if necessary
  • in sbt:
++2.12.10 // if the previous artifact is only present for scala 2.12
sangria-core/mimaFindBinaryIssues

Prepare the release

sbt release

This should prepare artifacts for all scala versions on sonatye Nexus

Publish the artifacts