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
@@ -7,6 +7,9 @@ Vaadin Flow Java API for [Leaflet Maps](https://leafletjs.com/) Component
7
7
8
8
<imgsrc="demo.png"height=550></img>
9
9
10
+
## Installation
11
+
[Installation guide of the latest release](https://github.com/xdev-software/vaadin-maps-leaflet-flow/releases/latest#Installation)
12
+
10
13
## Run the Demo
11
14
* Checkout the repo
12
15
* Run ``mvn clean package``
@@ -20,3 +23,15 @@ Vaadin Flow Java API for [Leaflet Maps](https://leafletjs.com/) Component
20
23

21
24
</details>
22
25
26
+
27
+
## Releasing
28
+
If the ``develop`` is ready for release, create a pull request to the ``master``-Branch and merge the changes
29
+
30
+
When the release is finished do the following:
31
+
* Merge the auto-generated PR (with the incremented version number) back into the ``develop``
32
+
* Log into https://oss.sonatype.org/#stagingRepositories and close + release the staging deployment<br/>See also [this guide](https://central.sonatype.org/pages/releasing-the-deployment.html)
33
+
* Add the release notes to the [GitHub release](https://github.com/xdev-software/vaadin-maps-leaflet-flow/releases/latest)
34
+
* Upload the generated release asset zip into the [Vaadin Directory](https://vaadin.com/directory)
35
+
36
+
## Dependencies and Licenses
37
+
View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/vaadin-maps-leaflet-flow/dependencies/)
0 commit comments