Updated Creating a release (markdown)
This commit is contained in:
parent
21bc92dac0
commit
46c3a502a9
|
@ -4,8 +4,6 @@
|
||||||
- write a news ticker entry
|
- write a news ticker entry
|
||||||
- Update the version
|
- Update the version
|
||||||
- In system.nim
|
- In system.nim
|
||||||
- In compiler.nimble
|
|
||||||
- In lib/stdlib.nimble
|
|
||||||
|
|
||||||
- Recompile koch!
|
- Recompile koch!
|
||||||
- Generate the full docs; koch web0
|
- 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/^ 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/^ 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
|
git diff | cat -n
|
||||||
|
|
||||||
ask "Ensure the version was updated in 3 files"
|
ask "Ensure the version was updated in 3 files"
|
||||||
|
|
Loading…
Reference in New Issue