mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Prep for release
This commit is contained in:
parent
9c30f337aa
commit
a78d1d385d
2 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@ from ubuntu:latest
|
|||
|
||||
MAINTAINER justin.ethier@gmail.com
|
||||
|
||||
ENV CYCLONE_VERSION v0.17
|
||||
ENV CYCLONE_VERSION v0.18
|
||||
RUN apt update -y
|
||||
RUN apt install -y build-essential git rsync texinfo libtommath-dev libck-dev make gcc
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
Steps for making a release of Cyclone:
|
||||
|
||||
- Sync latest bootstrap code, including cyclone and cyclone-winds
|
||||
- Prepare release notes
|
||||
- Update release number in:
|
||||
- `common.sld` and rebuild bootstrap source files
|
||||
|
|
Loading…
Add table
Reference in a new issue