Skip to content

Commit bc96640

Browse files
authored
fix(rockspec): add LuaSnip dependency (#18)
* fix(rockspec): add LuaSnip dependency * ci(release): trigger on PR
1 parent 3597722 commit bc96640

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- '*.*.*'
7+
pull_request:
78

89
jobs:
910
luarocks-release:
@@ -16,9 +17,14 @@ jobs:
1617
uses: nvim-neorocks/luarocks-tag-release@v5
1718
env:
1819
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
20+
with:
21+
dependencies: |
22+
luasnip
1923
- name: Fail if changelog entry does not exist
24+
if: startsWith(github.ref, 'refs/tags/')
2025
run: grep -q "${{ github.ref_name }}" CHANGELOG.md
2126
- name: GitHub release
27+
if: startsWith(github.ref, 'refs/tags/')
2228
uses: ncipollo/release-action@v1
2329
with:
2430
bodyFile: "CHANGELOG.md"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [1.4.1] - 2023-12-05
10+
11+
### Fixed
12+
13+
- Luarocks package: Add `LuaSnip` dependency.
14+
915
## [1.4.0] - 2023-12-05
1016

1117
### Added

0 commit comments

Comments
 (0)