Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 384 Bytes

UPDATING.md

File metadata and controls

16 lines (12 loc) · 384 Bytes

How to update to a new Lua release

  1. Switch to upstream branch

  2. Replace doc/ src/ and Makefile with the new version

  3. Commit and push

  4. Switch to master branch

  5. Merge and fix conflits

  6. Commit and push

  7. git tag {5.x.x}

  8. git push {5.x.x}

You don't need to manually update luacore.h. It is automatically generated by the src/Makefile.