|
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, |
7 | 7 | 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!) |
11 | 11 | 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. |
14 | 14 | 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 |
19 | 19 | 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) |
22 | 22 | [ ] 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