Skip to content

Commit

Permalink
Merge pull request #351 from mkurz/setup9.1.x
Browse files Browse the repository at this point in the history
[9.1.x] Setup 9.1.x branch
  • Loading branch information
mkurz authored Oct 8, 2024
2 parents 0b213ea + 2fbbd98 commit d22e646
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pullRequests.frequency = "@monthly"

commits.message = "[9.0.x] ${artifactName} ${nextVersion} (was ${currentVersion})"
commits.message = "[9.1.x] ${artifactName} ${nextVersion} (was ${currentVersion})"

pullRequests.grouping = [
{ name = "patches", "title" = "[9.0.x] Patch updates", "filter" = [{"version" = "patch"}] }
{ name = "patches", "title" = "[9.1.x] Patch updates", "filter" = [{"version" = "patch"}] }
]

buildRoots = [
Expand All @@ -22,6 +22,6 @@ updates.pin = [
{ groupId = "com.typesafe.play", artifactId = "play-specs2", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-test", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "sbt-plugin", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-mailer-guice", version = "9.0." },
{ groupId = "com.typesafe.play", artifactId = "play-mailer", version = "9.0." }
{ groupId = "com.typesafe.play", artifactId = "play-mailer-guice", version = "9.1." },
{ groupId = "com.typesafe.play", artifactId = "play-mailer", version = "9.1." }
]
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

push:
branches:
- 9.0.x # Check branch after merge
- 9.1.x # Check branch after merge

concurrency:
# Only run once for latest commit per ref and cancel other (previous) runs.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Dependency Graph
on:
workflow_run:
workflows: ["Check"]
branches: [9.0.x]
branches: [9.1.x]
types:
- completed

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish
on:
push:
branches: # Snapshots
- 9.0.x
- 9.1.x
tags: ["**"] # Releases

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Drafter
on:
push:
branches:
- 9.0.x
- 9.1.x

jobs:
update_release_draft:
Expand Down

0 comments on commit d22e646

Please sign in to comment.