Skip to content

Commit

Permalink
improved dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mstahv committed May 24, 2024
1 parent e7ff3c5 commit 9257920
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,11 @@ The application will be accessible in http://localhost:8080.
Changes in **theme** project are automatically loaded without need to restart the project (`vaadin.frontend.hotdeploy=true`).

Note that the JAR package is only generated when `mvn install` is run.

Releasing. Have ssh key registered to GH and make sure you have commit rights. Open CLI in the theme directory, then apply:

mvn release:prepare release:clean

GH Action will do the actual release, build and central is typically synced within half an hour.

Keep the version of the theme module in sync with the demo project (not automated currently).
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>org.parttio</groupId>
<artifactId>starpass-theme</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.2-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 9257920

Please sign in to comment.