From 9649b94accedee181618bcb4bc4b68135662d24d Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Fri, 9 Oct 2020 17:39:50 +0300 Subject: [PATCH] docs(contributing): Update release procedure notes Co-authored-by: Thijs Schreijer --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7b99b656..9f6978c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,8 @@ before making more changes - that way we can take in each change separately. - create a new release branch - update `./lua/pl/utils.lua` (the `_VERSION` constant) - update `./config.ld` with the new version number - - create a new rockspec file for the version in `./rockspecs` + - copy dev rockspec file to release filename in in `./rockspecs` and match version in rockspec + - [until we hit 2.0.0] edit rockspec, drop `description.issue_url`, `test_dependencies`, `test`, and `rockspec_format` keys - check the `./CHANGELOG.md` files for completeness - commit the release related changes - render the documentation using `ldoc .`