Skip to content

Commit 20c4447

Browse files
committed
[ admin ] Clear the release checklist
Now that the website can be managed by the community, the release process can finally be completed. For that, please see: idris-lang/idris-lang.github.io#11 Fixes idris-lang#3173
1 parent 9cb6c3e commit 20c4447

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

Release/CHECKLIST

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
1-
[x] Change version number (MAJOR, MINOR, PATCH) in Makefile
2-
[x] Change version numbers in doc listings
3-
[x] idris-prompt-helloworld
4-
[x] idris-prompt-interp
5-
[x] idris-prompt-start
6-
[x] Change version numbers in prelude, base, contrib, linear, network, papers,
1+
[ ] Change version number (MAJOR, MINOR, PATCH) in Makefile
2+
[ ] Change version numbers in doc listings
3+
[ ] idris-prompt-helloworld
4+
[ ] idris-prompt-interp
5+
[ ] idris-prompt-start
6+
[ ] Change version numbers in prelude, base, contrib, linear, network, papers,
77
and test ipkgs
8-
[x] Change version number in idris2api.ipkg
9-
[x] Change version number in flake.nix
10-
[x] Change version number in tests pkg010 and pkg017 (TODO: make this step unnecessary!)
8+
[ ] Change version number in idris2api.ipkg
9+
[ ] Change version number in flake.nix
10+
[ ] Change version number in tests pkg010 and pkg017 (TODO: make this step unnecessary!)
1111
N.B. There are 2 instances of these: tests/idris2/ and tests/idris2/pkg/
12-
[x] Make sure INSTALL.md gives the correct minimum Idris version
13-
[x] Move CHANGELOG_NEXT.md entries into CHANGELOG.md under a heading for the upcoming release version. Reset CHANGELOG_NEXT.md.
12+
[ ] Make sure INSTALL.md gives the correct minimum Idris version
13+
[ ] Move CHANGELOG_NEXT.md entries into CHANGELOG.md under a heading for the upcoming release version. Reset CHANGELOG_NEXT.md.
1414
release version, leaving the next "Next version" blank.
15-
[x] Update bootstrap chez and racket (built with new version)
16-
[x] Compile Idris2 with the appropriate CG
17-
[x] Copy the resulting files from build/ to bootstrap/idris2_app/
18-
[x] Change `IdrisPaths-yprefix` in the bootstrap sources to be defined as the
15+
[ ] Update bootstrap chez and racket (built with new version)
16+
[ ] Compile Idris2 with the appropriate CG
17+
[ ] Copy the resulting files from build/ to bootstrap/idris2_app/
18+
[ ] Change `IdrisPaths-yprefix` in the bootstrap sources to be defined as the
1919
string "__PREFIX__" rather than your local prefix
20-
[x] Remove __collect_safe from generated chez (to avoid need for chez >9.5)
21-
[x] Tag on github with version number (in the form vX.Y.Z)
20+
[ ] Remove __collect_safe from generated chez (to avoid need for chez >9.5)
21+
[ ] Tag on github with version number (in the form vX.Y.Z)
2222
[ ] Make libdocs and upload to idris-lang.org
23-
[ ] Run release script
23+
[ ] Run the `mkdist.sh` script with the version number as its argument (without
24+
the leading `v`, only the numbers).

0 commit comments

Comments
 (0)