Skip to content

Commit

Permalink
Fix broken recipe count
Browse files Browse the repository at this point in the history
I accidentally added it to snapshot changelogs only.
  • Loading branch information
mike-solomon committed Jan 29, 2025
1 parent 82e6baf commit 77d337e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/org/openrewrite/RecipeMarkdownGenerator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,7 @@ class RecipeMarkdownGenerator : Runnable {
""".trimIndent())
changelog.appendText("\n# $rewriteBomVersion release ($formatted)")

changelog.appendText("\n\n_Total recipe count: ${recipeCount}_")
changelog.appendText("\n\n:::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("\n:::\n\n")
Expand Down

0 comments on commit 77d337e

Please sign in to comment.