nvimdev / guard.nvim

async fast minimalist plugin make format easy in neovim
MIT License
448 stars 24 forks source link

chore: add luarocks workflow #125

Closed xiaoshihou514 closed 9 months ago

xiaoshihou514 commented 9 months ago

Experimental release on luarocks, need to add two github secrets LUAROCKS_API_KEY and MY_RELEASE_PLEASE_TOKEN (a personal access token) ref: https://github.com/nvim-neorocks/luarocks-tag-release @glepnir

xiaoshihou514 commented 9 months ago

The workflow would generate a release pr every time one pushes a commit with conventioanl commit messages. And on merging the pr, it would push the release to luarocks

glepnir commented 9 months ago

nice work.

xiaoshihou514 commented 9 months ago

😄 It should work immediately after you added the secrets and merged this pr. I have tested it a bit with my little plugin

xiaoshihou514 commented 9 months ago

@glepnir would you mind merging this after you added the keys?

xiaoshihou514 commented 9 months ago

Oops