From 24574aef2299925c10eeb9d20a942f36d1d806d4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 22 Apr 2021 08:27:04 +0300 Subject: feat: use project's name in git tag template --- subplot/bumper.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'subplot/bumper.yaml') diff --git a/subplot/bumper.yaml b/subplot/bumper.yaml index 6109c59..83aae28 100644 --- a/subplot/bumper.yaml +++ b/subplot/bumper.yaml @@ -1,6 +1,9 @@ - given: "an installed Bumper" function: install_bumper +- given: "file {filename} is executable" + function: chmod_exec + - given: "all files in {dirname} are committed to git" function: git_init_and_commit_everything -- cgit v1.2.1