You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2024. It is now read-only.
We encourage you to read the [contribution instructions by GitHub](https://guides.github.com/activities/contributing-to-open-source/#contributing) also.
31
31
32
32
## Dependencies and Licenses
33
-
The XDEV BIAPI is released under [GNU Lesser General Public License version 3](https://www.gnu.org/licenses/lgpl-3.0.en.html) aka LGPL 3
33
+
The XDEV BIAPI is released under [GNU Lesser General Public License version 3](https://www.gnu.org/licenses/lgpl-3.0.en.html) aka LGPL 3<br/>
34
34
View the [summary of all dependencies online](https://xdev-software.github.io/biapi/dependencies/)
Consider doing a [test-deployment](https://github.com/xdev-software/biapi/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
37
+
38
+
Before releasing:
39
+
* Consider doing a [test-deployment](https://github.com/xdev-software/biapi/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
40
+
* Check the [changelog](CHANGELOG.md)
38
41
39
42
If the ``develop`` is ready for release, create a pull request to the ``master``-Branch and merge the changes.
40
43
41
44
When the release is finished do the following:
42
45
* Merge the auto-generated PR (with the incremented version number) back into the ``develop``
43
-
*Add the release notes to the [GitHub release](https://github.com/xdev-software/biapi/releases/latest)
46
+
*Link the corresponding version from the [changelog](CHANGELOG.md) to the [GitHub release](https://github.com/xdev-software/biapi/releases/latest)
0 commit comments