From 5c016c38f25f26e0e78a246c2f7a54aea3059e0c Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Fri, 29 Mar 2019 21:37:46 +0100 Subject: [PATCH] readme: fix faulty whitespace in release commands --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c6764e..2f99bbb 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ git config format.subjectprefix 'devtools] [PATCH' ## Releasing 1. bump the version in the Makefile -2. Commit everything as ```Version $(date + "%Y%m%d")``` +2. Commit everything as ```Version $(date +"%Y%m%d")``` 3. Create a new tag ```git tag -s $(date +"%Y%m%d")``` 4. Push changes 5. Upload the source tarball with ```make dist upload```