neovim / neovim-snap

snap build for neovim
https://snapcraft.io/nvim
MIT License
18 stars 7 forks source link

Update nightly version to the newest one (automate with GHA cron feature) #34

Closed brianhuster closed 1 month ago

brianhuster commented 1 month ago

Thanks for accepting my PR on the master branch, that has updated Neovim stable version to 0.10.1.

However, the nightly version isn't updated yet, it is still stuck at v0.11.0-v0.10.0+85+g93c55... which was updated on 25 May. So please accept my PR on the nightly branch to trigger Github Actions to update the nightly Snap package.

Thank you in advance

justinmk commented 1 month ago

I triggered the release manually using the workflow_dispatch trigger. Can someone send a PR to make this a cron job (using GHA's "cron" feature)?

justinmk commented 1 month ago

I merged the nightly branch into master: https://github.com/neovim/neovim-snap/commit/e5d88e2f2d3eb89ec9c93928889bb5427f1c71d6 Nevermind, snapcraft requires the separate branches 🤦

both master and nightly will now trigger on a daily schedule.

justinmk commented 1 month ago

~I merged the nightly branch into master: e5d88e2~ Nevermind, snapcraft requires the separate branches 🤦

Documented how this repo works so I don't forget again :)

https://github.com/neovim/neovim-snap?tab=readme-ov-file#how-this-repo-works

justinmk commented 1 month ago

@brianhuster this should be automated now. Please let me know if you notice the "edge" snap is not updating daily.

brianhuster commented 1 month ago

I will. Thank you for your hard work