Skip to content

Commit

Permalink
correct the symbol used in release note template [skip ci] (#7184)
Browse files Browse the repository at this point in the history
* correct the symbol used in release note template [skip ci]

* Update template-release-notes.md
  • Loading branch information
ZheSun88 authored Jan 9, 2025
1 parent 80653a8 commit aceaf8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Vaadin {{platform}}
</pluginRepositories>

**Note**
- Due to the issue[https://github.com/spring-projects/spring-framework/issues/33936] from spring framework, we recommend you to use **Springboot 3.4.1 or newer** to build Vaadin 24.7 project
- Due to the [issue](https://github.com/spring-projects/spring-framework/issues/33936) from spring framework, we recommend you to use **Springboot 3.4.1 or newer** to build Vaadin 24.7 project

## <a id="_changelogs"></a> Changelogs

Expand Down
2 changes: 1 addition & 1 deletion scripts/generator/templates/template-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Vaadin {{platform}}
## New and Noteworthy Since Vaadin 24.6

**Notable Changes**
- Due to the issue[https://github.com/spring-projects/spring-framework/issues/33936] from spring framework, we recommend you to use Springboot 3.4.1 or newer to build Vaadin 24.7 project
- Due to the [issue](https://github.com/spring-projects/spring-framework/issues/33936) from spring framework, we recommend you to use Springboot 3.4.1 or newer to build Vaadin 24.7 project

### Flow
- Change supported Node from 18 to 20
Expand Down

0 comments on commit aceaf8c

Please sign in to comment.