From e1d3132ace342716c20f32737a514abaa0132550 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 4 Apr 2021 15:05:00 +0300 Subject: feat: commit changes made by Bumper The git tag then points at that commit. --- subplot/bumper.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'subplot/bumper.yaml') 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 -- cgit v1.2.1