Skip to content

Commit

Permalink
Link from the changelog to rewrite-recipe-bom releases
Browse files Browse the repository at this point in the history
That shows all aligned versions of OpenRewrite, the plugins, and the BOM for recipe modules.
Likely a better link to get folks to upgrade, as they need to upgrade the plugins instead.
  • Loading branch information
timtebeek committed Jul 5, 2024
1 parent 502f838 commit 9f71786
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/kotlin/org/openrewrite/RecipeMarkdownGenerator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,9 @@ class RecipeMarkdownGenerator : Runnable {
changelog.appendText("# X.XX.X release ($formatted)")

changelog.appendText("\n\n{% hint style=\"info\" %}")
changelog.appendText("\nThis changelog only shows what recipes have been added, removed, or changed. OpenRewrite may do releases that do not include these types of changes. To see these changes, please go to the [releases page](https://github.com/openrewrite/rewrite/releases).")
changelog.appendText("\nThis changelog only shows what recipes have been added, removed, or changed.")
changelog.appendText("\nOpenRewrite may do releases that do not include these types of changes.")
changelog.appendText("\nTo see these changes, please go to the [releases page](https://github.com/openrewrite/rewrite-recipe-bom/releases).")
changelog.appendText("\n{% endhint %}\n\n")
}

Expand Down

0 comments on commit 9f71786

Please sign in to comment.