summaryrefslogtreecommitdiff
path: root/RELEASE-CHECKLIST.md
diff options
context:
space:
mode:
authorickc <ickc@users.noreply.github.com>2017-08-23 13:48:10 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-08-23 13:48:10 -0700
commit5c1d844e40b146dd16e88a662368fe1824c46888 (patch)
tree1df69a45aa73700b6f9c7683a0691c16755c2f7d /RELEASE-CHECKLIST.md
parentf297659d508fcb2ba68ff3b071b2a6e85b2f7e4c (diff)
Name change OSX -> macOS (#3869)
* Name change OSX -> macOS fix commit c96b64e This commit finishes remaining osx to macOS change, as well as replacing MacOS with macOS. The reason for the later one is because the "correct" casing of macOS is like that. Apple styles it to looks like iOS, watchOS, tvOS, etc. And unfortunately they all start with a lowercase letter, making propercasing (or even title-casing) odd. * fix casing of Linux, UNIX, and Windows
Diffstat (limited to 'RELEASE-CHECKLIST.md')
-rw-r--r--RELEASE-CHECKLIST.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE-CHECKLIST.md b/RELEASE-CHECKLIST.md
index d3fd70f23..07fbcb8bb 100644
--- a/RELEASE-CHECKLIST.md
+++ b/RELEASE-CHECKLIST.md
@@ -1,4 +1,4 @@
-- [ ] Test, on linux, windows, mac (inc. website demos)
+- [ ] Test, on Linux, Windows, macOS (inc. website demos)
- [ ] Finalize changelog:
`git log --pretty='format:%n%n* %s (%an)%n%b%n%h%n' --reverse --name-only 1.17.0.3..HEAD > LOG`
@@ -11,7 +11,7 @@
- [ ] Generate Windows package (`make winpkg`)
-- [ ] Generate Mac OSX package (`make osxpkg`)
+- [ ] Generate macOS package (`make macospkg`)
- [ ] Generate Ubuntu/Debian deb package (`make debpkg`)