From afc842c9025e33f2e25716d80ecac07117766457 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 21 Apr 2021 08:20:43 +0300 Subject: refactor: make logging and messages more consistent Also, report the Debian package version correctly, not just the upstream part. --- bumper.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bumper.md') 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 ... $ -- cgit v1.2.1