readme: fix faulty whitespace in release commands

This commit is contained in:
Levente Polyak 2019-03-29 21:37:46 +01:00
parent 1d4a60874b
commit 5c016c38f2
No known key found for this signature in database
GPG Key ID: FC1B547C8D8172C8
1 changed files with 1 additions and 1 deletions

View File

@ -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```