Fix a small oversight in doing_a_release.mdwn (#86)

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2017-03-18 13:37:55 +01:00 committed by Daniel Hahler
parent baa88cb37d
commit a2e12dafd0
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ The following steps are done in a checkout of the *awesome-www* git repository.
* Go into the 'src' submodule, and update it to vX.Y with `git pull
path/to/your/awesome/repo tag vX.Y && git checkout vX.Y`.
* Commit `download.mdwn`, `releases.mdwn`, and `src` with `git commit -sm 'vX.Y'
download.mdwn src`.
download.mdwn releases.mdwn src`.
### The final steps