1,852
edits
(Update Checklist fill out procedure.) |
(→Checklist: Review list) |
||
Line 13: | Line 13: | ||
<pre> | <pre> | ||
# Repository | # Repository / Metadata | ||
- [ ] | - [ ] release commit/changeset specified and present in repository | ||
- [ ] | - [ ] `generate_package_html` / `make html` works without errors and warnings | ||
- [ ] generated HTML documentation looks sane | |||
# | # pkg-tool runs without errors or warnings | ||
- [ ] `pkg install foo` | |||
- [ ] `pkg load foo` | - [ ] `pkg load foo` | ||
- [ ] `pkg unload foo` | - [ ] `pkg unload foo` | ||
- [ ] `pkg uninstall foo` | - [ ] `pkg uninstall foo` | ||
- | - Above steps were run on Octave and OS versions: | ||
- ________ | |||
- ________ | |||
# Package tests | |||
- [ ] ran tests (`runtests /path/to/pkg` or `oruntests`) | |||
- [ ] ran `doctest` on all functions | |||
# Package files in release candidate tarball | # Package files in release candidate tarball |