fredrikaverpil / neotest-golang

Reliable Neotest adapter for running Go tests in Neovim.
MIT License
141 stars 17 forks source link

chore(main): release 0.11.0 #158

Closed fredrikaverpil closed 3 months ago

fredrikaverpil commented 3 months ago

:robot: I have created a release beep boop

0.11.0 (2024-08-01)

Features


This PR was generated with Release Please. See documentation.

fredrikaverpil commented 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.

fredrikaverpil commented 3 months ago

:robot: Created releases:

fredrikaverpil commented 3 months ago

@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.

mrcjkb commented 3 months ago

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).

fredrikaverpil commented 3 months ago

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?