Skip to content

docs(vimdoc): Auto-generate user / API documentation + vimtags #11

docs(vimdoc): Auto-generate user / API documentation + vimtags

docs(vimdoc): Auto-generate user / API documentation + vimtags #11

# References:
# https://github.com/nvim-neorocks/sample-luarocks-plugin?tab=readme-ov-file#publishing-to-luarocks
# https://github.com/ellisonleao/nvim-plugin-template/blob/922c0d5249076416c5d84e7c0504f1154225a7ab/.github/workflows/release.yml
#
name: Release To LuaRocks
on:
push:
tags:
- 'v*'
jobs:
luarocks-upload:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: LuaRocks Upload
uses: nvim-neorocks/luarocks-tag-release@v7
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
name: lua-console.nvim
labels: |
neovim
neovim-plugin
summary: lua-console.nvim - a handy scratch pad / REPL / debug console for Lua development and Neovim exploration and configuration.
detailed_description: |
Acts as a user friendly replacement of command mode - messages loop and
as a handy scratch pad to store and test your code gists.
copy_directories: |
doc
spec
test_dependencies: |
busted