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 44 push :
55 tags :
66 - ' *.*.*'
7+ pull_request :
78
89jobs :
910 luarocks-release :
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"
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.
66The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
77and 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
You can’t perform that action at this time.
0 commit comments