summaryrefslogtreecommitdiff
path: root/lib/lua-repl/RELEASE-GUIDE.md
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-12-13 16:10:08 +1100
committerjacqueline <me@jacqueline.id.au>2023-12-13 16:10:08 +1100
commit64b106c13e18c33be0f2b0de532054e0ed3f731d (patch)
treeb54b1c90d941bc456b4d51e864970720bdf2d648 /lib/lua-repl/RELEASE-GUIDE.md
parent5a2f0b08e0e3f20cda977b510b680d5843ae7283 (diff)
downloadtangara-fw-64b106c13e18c33be0f2b0de532054e0ed3f731d.tar.gz
add a cool lua repl
Diffstat (limited to 'lib/lua-repl/RELEASE-GUIDE.md')
-rw-r--r--lib/lua-repl/RELEASE-GUIDE.md34
1 files changed, 34 insertions, 0 deletions
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
+