Skip to content

Commit aceaf8c

Browse files
authored
correct the symbol used in release note template [skip ci] (#7184)
* correct the symbol used in release note template [skip ci] * Update template-release-notes.md
1 parent 80653a8 commit aceaf8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/generator/templates/template-release-notes-prerelease.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Vaadin {{platform}}
2323
</pluginRepositories>
2424

2525
**Note**
26-
- 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
26+
- 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
2727

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

scripts/generator/templates/template-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Vaadin {{platform}}
55
## New and Noteworthy Since Vaadin 24.6
66

77
**Notable Changes**
8-
- 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
8+
- 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
99

1010
### Flow
1111
- Change supported Node from 18 to 20

0 commit comments

Comments
 (0)