... | @@ -107,9 +107,17 @@ |
... | @@ -107,9 +107,17 @@ |
|
* Change one.
|
|
* Change one.
|
|
```
|
|
```
|
|
|
|
|
|
|
|
If there are any potential issues, e.g., issues with upgrading from the previous version, include the section "Known Issues".
|
|
|
|
|
|
|
|
```markdown
|
|
|
|
# Known Issues
|
|
|
|
|
|
|
|
* Issue one.
|
|
|
|
```
|
|
|
|
|
|
8. Finally, merge the release issue and create a release tag on the [deployment project](https://gitlab.ics.muni.cz/muni-kypo-crp/devops/kypo-crp-deployment/-/tags/new) in the same format as the others `YY.MM`.
|
|
8. Finally, merge the release issue and create a release tag on the [deployment project](https://gitlab.ics.muni.cz/muni-kypo-crp/devops/kypo-crp-deployment/-/tags/new) in the same format as the others `YY.MM`.
|
|
|
|
|
|
For release notes, compose a changelog from all the previous changelogs and optionally changelog for the deployment project.
|
|
Compose release notes from all previous components and optionally from the deployment project.
|
|
|
|
|
|
```markdown
|
|
```markdown
|
|
# Version YY.MM
|
|
# Version YY.MM
|
... | @@ -121,12 +129,9 @@ |
... | @@ -121,12 +129,9 @@ |
|
Project Name
|
|
Project Name
|
|
|
|
|
|
* Change one.
|
|
* Change one.
|
|
```
|
|
|
|
|
|
|
|
If there are any potential issues, e.g., issues with upgrading from the previous version, include the section "Known Issues".
|
|
|
|
|
|
|
|
```markdown
|
|
|
|
# Known Issues
|
|
# Known Issues
|
|
|
|
|
|
* The issue.
|
|
* Issue one.
|
|
``` |
|
```
|
|
\ No newline at end of file |
|
|