[+] Create deploy checklist
This commit is contained in:
parent
3f220b5270
commit
dce75a7d6d
1 changed files with 11 additions and 0 deletions
11
tools/deploy.md
Normal file
11
tools/deploy.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
### Things to do before deploying...
|
||||||
|
|
||||||
|
* [ ] Check file permissions (+x)
|
||||||
|
* [ ] Update version numbers (`README.md`, `package.json`, `hyfetch/constants.py`, `neofetch`)
|
||||||
|
* [ ] Check Shellcheck (should be automatic)
|
||||||
|
* [ ] Update distro list in neofetch help (`tools/list_distros.py`)
|
||||||
|
* [ ] Regenerate man page (`help2man ./neofetch > neofetch.1`)
|
||||||
|
* [ ] Create an RC release and deploy to pypi, try installing and testing on many distros.
|
||||||
|
* [ ] Change back to stable release, create tag, create GitHub release
|
||||||
|
* [ ] Formally deploy to pypi and npm (`tools/deploy.sh`, `npm publish`)
|
||||||
|
* [ ] Update ArchLinux AUR and NixOS packaging
|
Loading…
Reference in a new issue