Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: publish releases to luarocks #185

Merged
merged 7 commits into from
Mar 25, 2023
Merged

Commits on Mar 11, 2023

  1. feat: add rockspec

    neotest is a common dependency across Neovim plugins. Using luarocks may alleviate the need for users to specify their plugins' dependencies in their plugin manager.
    (e.g., vim-plug or packer).
    
    See also:
    https://teto.github.io/posts/2021-09-17-neovim-plugin-luarocks.html
    mrcjkb committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    acb0c38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    379b274 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43cb638 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cc48e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d240f17 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. cd: bump action to v4

    mrcjkb authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    749b7db View commit details
    Browse the repository at this point in the history
  2. chore: delete rockspec

    The rockspec is no longer needed.
    mrcjkb authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    a68f40a View commit details
    Browse the repository at this point in the history