From 53766110d1336e64baf20cf365f501c2a270d0dc Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Fri, 21 Jun 2019 17:54:40 -0500 Subject: [PATCH] docs/RELEASING.md - start a release checklist --- docs/RELEASING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/RELEASING.md diff --git a/docs/RELEASING.md b/docs/RELEASING.md new file mode 100644 index 0000000..548c186 --- /dev/null +++ b/docs/RELEASING.md @@ -0,0 +1,7 @@ +Release checklist: + +* [ ] Increment package version at the top of meson.build and CMakeLists.txt + +* [ ] Increment library revision in meson.build and CMakeLists.txt + +* [ ] If interfaces were added, changed, or deleted, adjust per meson.build and CMakeLists.txt