Skip to content

Commit

Permalink
docs(contributing): Update release procedure notes
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Oct 9, 2020
1 parent f195d49 commit 65982bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .`
Expand Down

0 comments on commit 65982bb

Please sign in to comment.