diff --git a/README.md b/README.md index 389ff03..45d870a 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/demo/pom.xml b/demo/pom.xml index 8047118..5154386 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -71,7 +71,7 @@ org.parttio starpass-theme - 1.0.0-SNAPSHOT + 1.0.2-SNAPSHOT