summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2019-03-29 21:37:46 +0100
committerLevente Polyak <anthraxx@archlinux.org>2019-03-29 21:40:28 +0100
commit5c016c38f25f26e0e78a246c2f7a54aea3059e0c (patch)
tree9706bf1b6b2ddc724b027d20cd5953cd2d31f8c3
parent1d4a60874badb8ef6f42e53ab8f0f53212a18edb (diff)
downloaddevtools32-5c016c38f25f26e0e78a246c2f7a54aea3059e0c.tar.xz
readme: fix faulty whitespace in release commands
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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```