Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 433 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 433 Bytes

🚧 Contributing to Enapter UCM Lua Libraries

Feel free to:

  • 🐛 Report an issue
  • 📖 Improve documentation
  • 👨‍💻 Contribute to the code

Creating a New Release

A new release should be generated by the following command:

./tools/new_release.sh X.Y.Z

It generates new rockspec and updates the changelog. Please review the changes and commit it with:

git commit -m "release: vX.Y.Z"