Skip to content

Commit 06b0327

Browse files
committed
doc: release v0.1.0-8
1 parent d5ebca2 commit 06b0327

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [v0.1.0-2], [v0.1.0-3], [v0.1.0-4], [v0.1.0-5], [v0.1.0-6], [v0.1.0-7]
10+
## [v0.1.0-2], [v0.1.0-3], [v0.1.0-4], [v0.1.0-5], [v0.1.0-6], [v0.1.0-7], [v0.1.0-8]
1111

1212
- Try to fix deployment issues with rockspec and CD
1313

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
rockspec_format = "3.0"
2+
package = "luarocks-build-lls-addon"
3+
version = "0.1.0-8"
4+
5+
local source_url = ("https://github.com/LuaLS/luarocks-build-addon/archive/v%s/luarocks-build-addon-%s.zip"):format(
6+
version,
7+
version
8+
)
9+
local source_dir = ("luarocks-build-addon-%s"):format(version)
10+
11+
source = {
12+
url = source_url,
13+
dir = source_dir,
14+
}
15+
description = {
16+
summary = "A build backend for LuaRocks that installs LuaLS addons",
17+
homepage = "https://github.com/LuaLS/luarocks-build-addon",
18+
license = "MIT",
19+
}
20+
21+
test_dependencies = {
22+
"luarocks >= 3.11.1",
23+
"busted ~> 2.2",
24+
"luafilesystem ~> 1.8",
25+
"inspect ~> 3.1",
26+
"md5 ~> 1.3",
27+
}

0 commit comments

Comments
 (0)