Compare commits

..

3 commits

Author SHA1 Message Date
marked
7544c4d920 Sync to upstream Jecs 0.5.5-nightly.20250302T042604Z 2025-03-02 04:26:11 +00:00
marked
95ec7d9f8d -jecs dir -dry 2025-03-02 05:25:36 +01:00
1bcf4c4d22 Sync to upstream Jecs 0.5.5-nightly.20250302T042355Z (#3)
Reviewed-on: #3
2025-03-02 05:23:59 +01:00
3 changed files with 5 additions and 3 deletions

View file

@ -3,7 +3,7 @@ includes = ["init.luau", "pesde.toml", "README.md", "CHANGELOG.md", "LICENSE", "
license = "MIT" license = "MIT"
name = "marked/jecs_nightly" name = "marked/jecs_nightly"
repository = "https://git.devmarked.win/jecs-nightly" repository = "https://git.devmarked.win/jecs-nightly"
version = "0.5.5-nightly.20250302T042355Z" version = "0.5.5-nightly.20250302T042604Z"
[indices] [indices]
default = "https://github.com/daimond113/pesde-index" default = "https://github.com/daimond113/pesde-index"

View file

@ -5,4 +5,4 @@ license = "MIT"
name = "mark-marks/jecs-nightly" name = "mark-marks/jecs-nightly"
realm = "shared" realm = "shared"
registry = "https://github.com/UpliftGames/wally-index" registry = "https://github.com/UpliftGames/wally-index"
version = "0.5.5-nightly.20250302T042355Z" version = "0.5.5-nightly.20250302T042604Z"

View file

@ -90,7 +90,9 @@ local function release(origin: string, scopes: { wally: string, pesde: string },
:withStage("release (wally)", "Releasing on wally") :withStage("release (wally)", "Releasing on wally")
progress:start() progress:start()
dry = dry or true if dry == nil then
dry = true
end
if not fs.metadata(origin).exists then if not fs.metadata(origin).exists then
progress:stop() progress:stop()