summaryrefslogtreecommitdiff
path: root/bumper.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-21 08:20:43 +0300
committerLars Wirzenius <liw@liw.fi>2021-04-21 09:24:01 +0300
commitafc842c9025e33f2e25716d80ecac07117766457 (patch)
treec0c563d80cb5d190e5afbd09704055db7ad4a1c1 /bumper.md
parent50258196ee8832ca8d9f02e73babb431248ed025 (diff)
downloadbumper-rs-afc842c9025e33f2e25716d80ecac07117766457.tar.gz
refactor: make logging and messages more consistent
Also, report the Debian package version correctly, not just the upstream part.
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
...
$