Skip to content

Commit

Permalink
docs(contributing): Update release procedure notes
Browse files Browse the repository at this point in the history
Co-authored-by: Thijs Schreijer <[email protected]>
  • Loading branch information
alerque and Tieske committed Oct 9, 2020
1 parent 4f13eee commit 9649b94
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
- [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 .`
Expand Down

0 comments on commit 9649b94

Please sign in to comment.