Skip to content

Commit 9257920

Browse files
committed
improved dev docs
1 parent e7ff3c5 commit 9257920

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,11 @@ The application will be accessible in http://localhost:8080.
3333
Changes in **theme** project are automatically loaded without need to restart the project (`vaadin.frontend.hotdeploy=true`).
3434

3535
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).

demo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.parttio</groupId>
7373
<artifactId>starpass-theme</artifactId>
74-
<version>1.0.0-SNAPSHOT</version>
74+
<version>1.0.2-SNAPSHOT</version>
7575
</dependency>
7676
</dependencies>
7777

0 commit comments

Comments
 (0)