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

Commit b6f87f1

Browse files
authored
Update README.md
1 parent 6a7ce23 commit b6f87f1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,17 @@ We encourage you to read the [contribution instructions by GitHub](https://guide
3838

3939
## Dependencies and Licenses
4040
The XDEV csapi is released under [GNU Lesser General Public License version 3](https://www.gnu.org/licenses/lgpl-3.0.en.html) aka LGPL 3
41+
4142
View the [summary of all dependencies online](https://xdev-software.github.io/csapi/dependencies/)
4243

4344
## Releasing [![Build](https://img.shields.io/github/workflow/status/xdev-software/csapi/Release?label=Release)](https://github.com/xdev-software/csapi/actions/workflows/release.yml)
44-
Consider doing a [test-deployment](https://github.com/xdev-software/csapi/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
45+
46+
Before releasing:
47+
* Consider doing a [test-deployment](https://github.com/xdev-software/csapi/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
48+
* Check the [changelog](CHANGELOG.md)
4549

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

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

0 commit comments

Comments
 (0)