Updated Creating a release (markdown)
This commit is contained in:
parent
28564f9751
commit
f39a7b1af0
|
@ -9,17 +9,15 @@
|
||||||
|
|
||||||
- Recompile koch!
|
- Recompile koch!
|
||||||
- Generate the full docs; koch web0
|
- Generate the full docs; koch web0
|
||||||
- Generate the installers
|
|
||||||
* koch csource -d:release
|
|
||||||
* koch xz
|
|
||||||
* koch nsis
|
|
||||||
|
|
||||||
- Test the installers: koch testinstall
|
- Test the installers: koch testinstall
|
||||||
- Tag the release, e.g. ```git tag -am "Version 0.15.0" v0.15.0```
|
- Tag the release, e.g. ```git tag -am "Version 0.15.0" v0.15.0```
|
||||||
- Push the tag: ```git push origin [tagname]```
|
- Push the tag: ```git push origin [tagname]```
|
||||||
|
|
||||||
|
- The CI generates the installers. Download from ci.nim-lang.org
|
||||||
|
|
||||||
- Merge devel into master
|
- Merge devel into master
|
||||||
- Update csources
|
- Update csources via ``koch pushcsources``
|
||||||
|
|
||||||
|
|
||||||
Shell script to build a source tarball:
|
Shell script to build a source tarball:
|
||||||
|
|
Loading…
Reference in New Issue