From 64b106c13e18c33be0f2b0de532054e0ed3f731d Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 13 Dec 2023 16:10:08 +1100 Subject: add a cool lua repl --- lib/lua-repl/RELEASE-GUIDE.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 lib/lua-repl/RELEASE-GUIDE.md (limited to 'lib/lua-repl/RELEASE-GUIDE.md') diff --git a/lib/lua-repl/RELEASE-GUIDE.md b/lib/lua-repl/RELEASE-GUIDE.md new file mode 100644 index 00000000..1efcb728 --- /dev/null +++ b/lib/lua-repl/RELEASE-GUIDE.md @@ -0,0 +1,34 @@ +# lua-repl release guide + + - [ ] Bump VERSION (in repl/init.lua, look for references to current version) + - [ ] Update Changelog + - [ ] Rename and update rockspec + - [ ] Make sure tests pass + - [ ] Push & tag latest release + - [ ] Submit rockspec to luarocks + - [ ] E-mail lua-l + - [ ] Submit lua-l gmane link to reddit + +## E-mail template for lua-l + +Hi Lua users, + +I have just released version {{VERSION}} of lua-repl, an alternative to the +standalone REPL included with Lua and a library for embedding a Lua +REPL within a Lua application. + +lua-repl provides a library for adding a Lua REPL to your Lua-powered +application. It also provides an example REPL in the form of rep.lua, +which can take the place of the standalone interpreter provided with +Lua. It has a plugin facility; plugins for things like history and tab +completion of symbols are included in the lua-repl distribution. + +{{CHANGES}} + +You can install lua-repl via Luarocks (called luarepl there), or +manually from the source [{{REFERENCE}}]. + +-Rob + +[{{REFERENCE}}] https://github.com/hoelzro/lua-repl/archive/0.8.tar.gz + -- cgit v1.2.3