diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7b99b656..7fd470c1 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 + - edit rockspec, drop `description.issue_url`, `test_dependencies`, and `test` keys, reduce `rockspec_format` to "1.0" - check the `./CHANGELOG.md` files for completeness - commit the release related changes - render the documentation using `ldoc .`