Skip to content

Commit 1f5f9d0

Browse files
committed
Also updating release instructions to match changes in demo infrastructure.
1 parent d419178 commit 1f5f9d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ The plugin has a Docker-based demo. See the [demo README](demo/README.md) page f
1515
Releasing
1616
---
1717

18-
Prior to release, run:
18+
Prior to release, edit `demo/plugins.txt` to use the snapshot version and run:
1919

2020
mvn -DskipTests clean install
21-
make -C demo clean run-snapshot
21+
make -C demo run
2222

2323
and verify that the demo works.
2424

25-
After the release makes it to the update center, update the `docker-workflow` version in `demo/plugins.txt` and run
25+
After the Maven release completes, update the `docker-workflow` version in `demo/plugins.txt` to the release version and run
2626

2727
make -C demo run
2828

0 commit comments

Comments
 (0)