Updated Creating a release (markdown)
This commit is contained in:
parent
7f9fa4ac63
commit
d1cf0993ad
|
@ -12,7 +12,8 @@
|
||||||
- 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
|
- Run ``koch winrelease``
|
||||||
|
- Upload the produced .zips.
|
||||||
|
|
||||||
- Merge devel into master
|
- Merge devel into master
|
||||||
- Update csources via ``koch pushcsources``
|
- Update csources via ``koch pushcsources``
|
||||||
|
@ -109,5 +110,4 @@ ask "Ensure the version was updated in 3 files"
|
||||||
|
|
||||||
./koch csource -d:release
|
./koch csource -d:release
|
||||||
./koch xz -d:release
|
./koch xz -d:release
|
||||||
./koch nsis
|
|
||||||
```
|
```
|
Loading…
Reference in New Issue