Merge branch 'master' into ci-lua-language-server

This commit is contained in:
Alexander Courtis
2023-12-11 10:37:13 +11:00
committed by GitHub
7 changed files with 39 additions and 24 deletions

View File

@@ -3,16 +3,15 @@ on:
branches:
- master
name: release-please
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: simple
package-name: nvim-tree
command: github-release
- uses: actions/checkout@v4
- name: tag major and minor versions
if: ${{ steps.release.outputs.release_created }}