actions(ci/cd): Add release and sync workflows
This commit is contained in:
parent
6a08d8d7f4
commit
ccd4990154
7 changed files with 433 additions and 120 deletions
21
pesde.toml
21
pesde.toml
|
@ -1,13 +1,20 @@
|
|||
name = "marked/jecs_pesde"
|
||||
description = "A minimal copy of jecs intended for adding as a Luau git dependency on pesde projects"
|
||||
version = "0.3.2"
|
||||
authors = ["jecs authors"]
|
||||
description = "A minimal copy of jecs published on the official pesde registry"
|
||||
includes = [
|
||||
"init.luau",
|
||||
"pesde.toml",
|
||||
"README.md",
|
||||
"LICENSE",
|
||||
".luaurc",
|
||||
]
|
||||
license = "MIT"
|
||||
name = "mark_marks/jecs_pesde"
|
||||
repository = "https://git.devmarked.win/marked/jecs-pesde"
|
||||
version = "0.3.2"
|
||||
|
||||
includes = ["init.luau", "pesde.toml", "README.md", "LICENSE", ".luaurc"]
|
||||
[indices]
|
||||
default = "https://github.com/daimond113/pesde-index"
|
||||
|
||||
[target]
|
||||
environment = "luau"
|
||||
lib = "init.luau"
|
||||
|
||||
[indices]
|
||||
default = "https://github.com/daimond113/pesde-index"
|
Loading…
Add table
Add a link
Reference in a new issue