summaryrefslogtreecommitdiff
path: root/bumper.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-04 15:05:00 +0300
committerLars Wirzenius <liw@liw.fi>2021-04-04 15:49:23 +0300
commite1d3132ace342716c20f32737a514abaa0132550 (patch)
tree37156ee9184507d419a65572ee1c59d2666d0c6a /bumper.md
parentaa8675d968aa070a976557e1bc54919a2ac9cde4 (diff)
downloadbumper-rs-e1d3132ace342716c20f32737a514abaa0132550.tar.gz
feat: commit changes made by Bumper
The git tag then points at that commit.
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\) /