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

ci!: remove the .deb release #22773

Merged
merged 1 commit into from
Apr 5, 2023
Merged

ci!: remove the .deb release #22773

merged 1 commit into from
Apr 5, 2023

Commits on Mar 24, 2023

  1. ci!: remove the .deb release

    Having multiple release artifacts per platform is a maintenance burden.
    Furthermore, it is a maintenance burden that doesn't directly improve
    the Nvim editor itself. The releases are meant to be a quick way for
    users to try out and use neovim on their platform and was never intended
    to be a buffet of releases for every conceivable setup.
    
    Users are encouraged to the following replacements:
    
    - Github action `action-setup-vim` to have neovim installed on their
      PATH for their CI jobs. See https://github.com/rhysd/action-setup-vim.
    - Use the appimage, either as is or by extracting it
      - To use as is, run `chmod u+x nvim.appimage && ./nvim.appimage`
      - If your system does not have FUSE you can extract the appimage with
        `./nvim.appimage --appimage-extract && ./squashfs-root/usr/bin/nvim`
    - Build it manually. See https://github.com/neovim/neovim/wiki/Building-Neovim.
    
    Work on neovim#22684
    dundargoc committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    fc1e2d8 View commit details
    Browse the repository at this point in the history