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