summaryrefslogtreecommitdiff
path: root/subplot/bumper.yaml
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 /subplot/bumper.yaml
parentaa8675d968aa070a976557e1bc54919a2ac9cde4 (diff)
downloadbumper-rs-e1d3132ace342716c20f32737a514abaa0132550.tar.gz
feat: commit changes made by Bumper
The git tag then points at that commit.
Diffstat (limited to 'subplot/bumper.yaml')
-rw-r--r--subplot/bumper.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/subplot/bumper.yaml b/subplot/bumper.yaml
index d1ee4f0..50cf83c 100644
--- a/subplot/bumper.yaml
+++ b/subplot/bumper.yaml
@@ -16,5 +16,8 @@
- then: "only files {filenames:text} exist in {dirname}"
function: only_these_files_exist_in
-- then: "in {dirname}, git tag {tag} is a signed tag pointing at <{varname}>"
- function: git_tag_points_at
+- then: "in {dirname}, git tag {tag} is a signed tag"
+ function: git_tag_exists
+
+- then: "all changes in {dirname} are committed"
+ function: git_working_tree_is_clean