summaryrefslogtreecommitdiff
path: root/bumper.md
diff options
context:
space:
mode:
Diffstat (limited to 'bumper.md')
-rw-r--r--bumper.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/bumper.md b/bumper.md
index 130e980..43dd8c7 100644
--- a/bumper.md
+++ b/bumper.md
@@ -94,9 +94,9 @@ given an installed Bumper
given file foo/Cargo.toml from Cargo.toml
given file foo/debian/changelog from changelog
given all files in foo are committed to git
-given the HEAD commit in foo is COMMIT
when I run, in foo, bumper 1.2.0
-then in foo, git tag v1.2.0 is a signed tag pointing at <COMMIT>
+then all changes in foo are committed
+then in foo, git tag v1.2.0 is a signed tag
then file foo/Cargo.toml matches regex /version\s*=\s*"1\.2\.0"/
then file foo/debian/changelog matches regex / \(0\.1\.0-1\) /
then file foo/debian/changelog matches regex / \(1\.2\.0-1\) /