Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 69a2de1

Browse files
authored
Update README.md
1 parent 4817403 commit 69a2de1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ The XDEV Application Framework is released under [GNU Lesser General Public Lice
2828
View the [summary of all dependencies (for Java 11) online](https://xdev-software.github.io/xapi-fx/dependencies/)
2929

3030
## Releasing [![Build](https://img.shields.io/github/workflow/status/xdev-software/xapi-fx/Release?label=Release)](https://github.com/xdev-software/xapi-fx/actions/workflows/release.yml)
31-
Consider doing a [test-deployment](https://github.com/xdev-software/xapi-fx/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
31+
32+
Before releasing:
33+
* Consider doing a [test-deployment](https://github.com/xdev-software/xapi-fx/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
34+
* Check the [changelog](CHANGELOG.md)
3235

3336
If the ``develop`` is ready for release, create a pull request to the ``master``-Branch and merge the changes.
3437

3538
When the release is finished do the following:
3639
* Merge the auto-generated PR (with the incremented version number) back into the ``develop``
37-
* Add the release notes to the [GitHub release](https://github.com/xdev-software/xapi-fx/releases/latest)
40+
* Link the corresponding version from the [changelog](CHANGELOG.md) to the [GitHub release](https://github.com/xdev-software/xapi-fx/releases/latest)

0 commit comments

Comments
 (0)