Closed fredrikaverpil closed 3 months ago
@mrcjkb I'm just waiting for #156 to be verified and merged before releasing this and we should have the adapter released on luarocks.
:robot: Created releases:
@mrcjkb I think it might take some time until that PR gets merged, so I just released now which should publish to luarocks.
EDIT: I guess it worked: https://luarocks.org/modules/fredrikaverpil/neotest-golang
Here's the action output: https://github.com/fredrikaverpil/neotest-golang/actions/runs/10268804156/job/28412701146
It mentions 0.11.0 already existing, hence 0.11.0-1... 🤔
I added the neovim
label to the package over at luarocks.
Yep, looks good :tada:
It mentions 0.11.0 already existing, hence 0.11.0-1... 🤔
That's because the workflow triggers on both releases and on tags (-1
is just a luarocks thing, called specrev
. All packages have one).
By default, it aborts the upload without an error if the package already exists (there's a fail_on_duplicate
flag to change that behaviour).
Awesome! 😊
Hm. I feel like I would like to include in the README how to install using this method. I currently only have Lazy as an installation example.
@mrcjkb would you be up for contributing with an example in the README?
:robot: I have created a release beep boop
0.11.0 (2024-08-01)
Features
This PR was generated with Release Please. See documentation.