Commit 9257920 1 parent e7ff3c5 commit 9257920 Copy full SHA for 9257920
File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -33,3 +33,11 @@ The application will be accessible in http://localhost:8080.
33
33
Changes in ** theme** project are automatically loaded without need to restart the project (` vaadin.frontend.hotdeploy=true ` ).
34
34
35
35
Note that the JAR package is only generated when ` mvn install ` is run.
36
+
37
+ Releasing. Have ssh key registered to GH and make sure you have commit rights. Open CLI in the theme directory, then apply:
38
+
39
+ mvn release:prepare release:clean
40
+
41
+ GH Action will do the actual release, build and central is typically synced within half an hour.
42
+
43
+ Keep the version of the theme module in sync with the demo project (not automated currently).
Original file line number Diff line number Diff line change 71
71
<dependency >
72
72
<groupId >org.parttio</groupId >
73
73
<artifactId >starpass-theme</artifactId >
74
- <version >1.0.0 -SNAPSHOT</version >
74
+ <version >1.0.2 -SNAPSHOT</version >
75
75
</dependency >
76
76
</dependencies >
77
77
You can’t perform that action at this time.
0 commit comments