From d8ebe8dcc6e8e053c6f324e2c715649894bfd4c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81s=20Cecilia=20Luque?= Date: Tue, 14 May 2019 01:08:21 +0200 Subject: [PATCH] no message --- README.md | 2 +- makefile | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 269fb4b..09f7de2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ - + diff --git a/makefile b/makefile index 325810e..173222f 100644 --- a/makefile +++ b/makefile @@ -62,8 +62,6 @@ prepareRelease: updatePhony formatCode sed -i '' 's|\(let version = Version("\)\(.*\)\(")\)|\1$(VERSION)\3|' Sources/specgen/main.swift release: - git add . - git commit -m "Update to $(VERSION)" git tag $(VERSION) git push origin --tags