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(ci): add automatic releases and publish to luarocks #345

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NTBBloodbath
Copy link

@NTBBloodbath NTBBloodbath commented Dec 15, 2023

Hey, hope you guys are doing well!

It seems like telescope.nvim is already there and it would be great to have their extensions available too :)

Summary

This PR is part of a push to get Neovim plugins on LuaRocks.

Things done:

  • Add a release-please workflow that creates release PRs with SemVer versioning based on conventional commits.
  • Add a workflow that publishes tags to LuaRocks when a tag is pushed.

The workflows are based on this guide by @vhyrro.

Notes

  • On each merge to master, the release workflow creates (or updates an existing) release PR.
  • You decide when to merge release PRs. Doing so will result in a SemVer tag, and a GitHub release, which will trigger the luarocks workflow.
  • For the luarocks workflow to work, someone with a luarocks.org account will have to add their API key to this repo's GitHub actions secrets, as mentioned in the guide mentioned above.

@jamestrew
Copy link
Collaborator

Thanks for the PR and info.
I've been meaning to start versioning telescope-file-browser properly for a while. I have a few things I want to take care of before cutting a 1.0.0 release. I will come back to this PR when that's ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants