File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
tags :
6
6
- ' *.*.*'
7
+ pull_request :
7
8
8
9
jobs :
9
10
luarocks-release :
16
17
uses : nvim-neorocks/luarocks-tag-release@v5
17
18
env :
18
19
LUAROCKS_API_KEY : ${{ secrets.LUAROCKS_API_KEY }}
20
+ with :
21
+ dependencies : |
22
+ luasnip
19
23
- name : Fail if changelog entry does not exist
24
+ if : startsWith(github.ref, 'refs/tags/')
20
25
run : grep -q "${{ github.ref_name }}" CHANGELOG.md
21
26
- name : GitHub release
27
+ if : startsWith(github.ref, 'refs/tags/')
22
28
uses : ncipollo/release-action@v1
23
29
with :
24
30
bodyFile : " CHANGELOG.md"
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
6
6
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
7
7
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
8
8
9
+ ## [ 1.4.1] - 2023-12-05
10
+
11
+ ### Fixed
12
+
13
+ - Luarocks package: Add ` LuaSnip ` dependency.
14
+
9
15
## [ 1.4.0] - 2023-12-05
10
16
11
17
### Added
You can’t perform that action at this time.
0 commit comments