We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d419178 commit 1f5f9d0Copy full SHA for 1f5f9d0
README.md
@@ -15,14 +15,14 @@ The plugin has a Docker-based demo. See the [demo README](demo/README.md) page f
15
Releasing
16
---
17
18
-Prior to release, run:
+Prior to release, edit `demo/plugins.txt` to use the snapshot version and run:
19
20
mvn -DskipTests clean install
21
- make -C demo clean run-snapshot
+ make -C demo run
22
23
and verify that the demo works.
24
25
-After the release makes it to the update center, update the `docker-workflow` version in `demo/plugins.txt` and run
+After the Maven release completes, update the `docker-workflow` version in `demo/plugins.txt` to the release version and run
26
27
make -C demo run
28
0 commit comments