diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2019-03-29 21:37:46 +0100 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2019-03-29 21:40:28 +0100 |
commit | 5c016c38f25f26e0e78a246c2f7a54aea3059e0c (patch) | |
tree | 9706bf1b6b2ddc724b027d20cd5953cd2d31f8c3 | |
parent | 1d4a60874badb8ef6f42e53ab8f0f53212a18edb (diff) | |
download | devtools32-5c016c38f25f26e0e78a246c2f7a54aea3059e0c.tar.xz |
readme: fix faulty whitespace in release commands
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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``` |