Skip to content

Commit

Permalink
skip mima check till the release works
Browse files Browse the repository at this point in the history
- will back it up to "0.5" after
  • Loading branch information
CJSmith-0141 committed Dec 22, 2023
1 parent 73bd262 commit 398bb95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
pull_request_rules:
- name: merge scala-steward's PRs
conditions:
- author=dwolla-oss-scala-steward[bot]
- or:
- body~=labels:.*early-semver-patch
- body~=labels:.*early-semver-minor
- author=scala-steward
- body~=labels:.*early-semver-patch
- status-success=Build and Test (ubuntu-latest, 3, temurin@17)
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@17)
- status-success=Build and Test (ubuntu-latest, 2.12, temurin@17)
Expand Down
6 changes: 2 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ ThisBuild / tlJdkRelease := Option(8)
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))
ThisBuild / githubWorkflowScalaVersions := Seq("3", "2.13", "2.12")
ThisBuild / tlCiReleaseBranches := Seq("main")
ThisBuild / tlBaseVersion := "0.5.1"
ThisBuild / tlBaseVersion := "0.6"
ThisBuild / tlSonatypeUseLegacyHost := false
ThisBuild / mergifyStewardConfig ~= {
_.map(_.copy(mergeMinors = true, author = "dwolla-oss-scala-steward[bot]"))
}

lazy val `fs2-pgp-root` = (project in file("."))
.settings(publishArtifact := false)
.enablePlugins(BouncyCastlePlugin)
.enablePlugins(TypelevelCiReleasePlugin)
.aggregate(BouncyCastlePlugin.extraProjects.map(_.project)*)

0 comments on commit 398bb95

Please sign in to comment.