summaryrefslogtreecommitdiff
path: root/bumper.md
diff options
context:
space:
mode:
Diffstat (limited to 'bumper.md')
-rw-r--r--bumper.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/bumper.md b/bumper.md
index 1082997..1fc4336 100644
--- a/bumper.md
+++ b/bumper.md
@@ -9,7 +9,11 @@ The tool is used like this:
~~~{.numberLines}
$ cd ~/my-project
-$ bumper 1.2.0
+$ bumper 1.2.3
+Setting version for project in /home/liw/tmp/toy
+Rust project set to 1.2.3
+Debian package project set to 1.2.3-1
+Python project set to 1.2.3
$ git push --tags
...
$