@@ -6,12 +6,9 @@ This is the procedure for generating a new Dafny release.
661) In an up-to-date repository, with the master branch checked out
77 and up-to-date (e.g., git pull upstream)
88 cd to the repo root (i.e., dafny, which contains Source, Binaries, etc.)
9- create and checkout a new branch: e.g. git checkout -b release
109
11102) Select a version number (descriptor) $VER (e.g., "3.0.0-alpha")
12- Edit it into Source/version.cs
13- Also edit the release name into .github/workflows/release-downloads.yml
14- for the 'ver' variable for Windows
11+ Edit it into Source/version.cs. Push/merge that change to the master branch.
1512
16133) Run 'Scripts/package.py "$VER"' (in a Linux or Mac system)
1714 Warnings about missing fonts can be ignored.
@@ -24,7 +21,10 @@ This is the procedure for generating a new Dafny release.
2421
25226) Push the Publish button.
2623
27- 7) Commit the modified files, such as Source/version.cs,
24+ 7) Edit the release name into .github/workflows/release-downloads.yml
25+ for the 'ver' variable for Windows
26+
27+ Commit the modified files, such as
2828 .github/workflows/release-downloads,yml, docs/DafnyRef/DafnyRef.pdf,
2929 possibly docs/DafnyRef/Options.txt
3030
0 commit comments