diff --git a/cmd/execute.go b/cmd/execute.go index 48c3661..9e614a0 100644 --- a/cmd/execute.go +++ b/cmd/execute.go @@ -11,7 +11,7 @@ import ( ) // VERSION number: changed in CI -const VERSION = "v0.2.2" +const VERSION = "v0.2.3" var rootPath string var repo repository.Repository diff --git a/integrationTests/general.sh b/integrationTests/general.sh index e238e6f..e59f631 100755 --- a/integrationTests/general.sh +++ b/integrationTests/general.sh @@ -109,4 +109,6 @@ for i in {1..2}; do gh api -X DELETE repos/$repo_info/git/refs/heads/$branch gh api -X DELETE repos/$repo_info/git/refs/heads/$headRef git checkout $current_branch -done \ No newline at end of file +done + +gh commit -P -B random-branch-name -m "Random empty commit" -A -U