Updated Creating a release (markdown)

This commit is contained in:
Andreas Rumpf 2017-01-07 20:04:12 +01:00
parent 21bc92dac0
commit 46c3a502a9
1 changed files with 0 additions and 5 deletions

View File

@ -4,8 +4,6 @@
- write a news ticker entry
- Update the version
- In system.nim
- In compiler.nimble
- In lib/stdlib.nimble
- Recompile koch!
- Generate the full docs; koch web0
@ -96,9 +94,6 @@ sed -i "s/^ NimMajor\*: int = [0-9]*$/ NimMajor*: int = $nim_major/" lib/syste
sed -i "s/^ NimMinor\*: int = [0-9]*$/ NimMinor*: int = $nim_minor/" lib/system.nim
sed -i "s/^ NimPatch\*: int = [0-9]*$/ NimPatch*: int = $nim_patch/" lib/system.nim
sed -i "s/version = .*/version = \"$new_version\"/" compiler.nimble
sed -i "s/version = .*/version = \"$new_version\"/" lib/stdlib.nimble
git diff | cat -n
ask "Ensure the version was updated in 3 files"