summaryrefslogtreecommitdiff
path: root/subplot/bumper.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-04 12:50:18 +0000
committerLars Wirzenius <liw@liw.fi>2021-04-04 12:50:18 +0000
commitdbcb7ce16445b362bcdde65bc940e32048ff0371 (patch)
tree37156ee9184507d419a65572ee1c59d2666d0c6a /subplot/bumper.yaml
parentaa8675d968aa070a976557e1bc54919a2ac9cde4 (diff)
parente1d3132ace342716c20f32737a514abaa0132550 (diff)
downloadbumper-rs-dbcb7ce16445b362bcdde65bc940e32048ff0371.tar.gz
Merge branch 'commit' into 'main'
feat: commit changes made by Bumper See merge request larswirzenius/bumper!7
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