summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2021-05-31 00:40:37 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2021-05-31 00:40:37 -0400
commit1346b4de3e33bba630bed045b6027f65a79e1a45 (patch)
tree754d0244e63445a3583d15fe8ad7e2190d343e72 /.github
parent60a759c4166aa5b63d615671f78c1da405d57082 (diff)
docs: update README
Diffstat (limited to '.github')
-rw-r--r--.github/release_checklist.md65
1 files changed, 0 insertions, 65 deletions
diff --git a/.github/release_checklist.md b/.github/release_checklist.md
deleted file mode 100644
index e81bf40c..00000000
--- a/.github/release_checklist.md
+++ /dev/null
@@ -1,65 +0,0 @@
-# Release checklist
-
-This checklist is mostly for me personally - just want to have a easy to refer to record for what I should do before I release.
-
-## General
-
-- Did travis pass (obviously)?
-
-- Did you uptick the version?
-
-- Is every feature tested?
-
-- Are any new bugs introduced in the core features?
-
-- Did you test:
-
- - Searching
-
- - Do the modifiers work?
-
- - Do all chars work?
-
- - Basic widget movement
-
- - Flags
-
- - Config files
-
- - Colouring
-
-- Did you _really_ test all this?
-
-- Did you test `cargo install` (I don't want to ever have to deal with that fiasco again, jeez)?
-
-- Is documentation up to spec?
-
-- If everything is good, create a release branch!
-
-## Linux
-
-### Arch
-
-- Did you edit the PKGBUILD with the correct version + hash?
-
-- Did you add a .SRCINFO?
-
-- Did you test it?
-
-- Did you commit it all?
-
-### Debian
-
-- Did you edit the new `.deb` file version in?
-
-## macOS
-
-- Did you update the `bottom.rb` file with the correct version + hash?
-
-- Did you test it?
-
-## Windows
-
-- Did you edit the nupkg?
-
-- Did you test if it works?