ndonfris / fish-lsp

LSP implementation for the fish shell langauge 🐠
https://fish-lsp.dev
MIT License
97 stars 6 forks source link

Can you tag the latest version commit ? #39

Closed gungun974 closed 4 months ago

gungun974 commented 5 months ago

Hoi again !

I'm almost done as I said in a previous ticket that I wanted to integrate this package into nixpkgs.

I'm just stumbled something little odd. Your latest commit called v1.0.6 (9f69887c9113deecc9c301ad23974911be7d942f) don't have any tag !

Could it be possible for you to tag it v1.0.6 but also in the future tag next version too ?

It make the tracking of the project version simpler.

ndonfris commented 5 months ago

Thanks for working on a nix package for the project!

Sorry about the missing tag on v1.0.6.

In the future, I can certainly keep tagging new releases. Also, I wanted to make sure you saw I tagged the version mentioned.

If you're interested in further streamlining methods to distribute this project, I could really use some help building a github-action for releasing the project as a standalone binary (as seen in json-language-server).

From my own research, I think that'd probably be the simplest method for tracking and releasing this lsp.

ndonfris commented 4 months ago

Since new versions are being tagged, I'm going to close this issue and move the discussion about releases that use a standalone binary to #50