diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml
index e9b6244..506a392 100644
--- a/.forgejo/workflows/release.yml
+++ b/.forgejo/workflows/release.yml
@@ -79,8 +79,10 @@ jobs:
- name: Release
run: lune run src/init -- release jecs --pesde-scope marked/jecs_nightly --wally-scope mark-marks/jecs-nightly
- - name: Cleanup Luau
- run: rm -rf luau-install
+ - name: Cleanup
+ run: |
+ rm -rf luau-install
+ rm jecs_nightly.rbxm
- name: Create Pull Request
id: create_pull_request
diff --git a/README.md b/README.md
index d9abee7..cda6b26 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,26 @@
-# jecs-nightly
+
+
+
-Nightly releases of jecs.
+
+[](https://git.devmarked.win/marked/jecs-nightly/actions?workflow=release.ymll)
+[](https://git.devmarked.win/marked/jecs-nightly/src/branch/main/jecs/LICENSE)
+
+
+
+Nightly releases of Jecs.
+
+
+
+
+## Format
All versions are in the format of `-nightly.timestamp`.
Timestamps are in the ISO 8601 format (`YYYYmmddThhmmssZ`).
## Warning
-Don't let it auto update. If you're gonna use it, lock it to a specific version (`scope/name@=VERSION`), otherwise it'll ruin your day in the future.
+Don't let it auto update. If you're gonna use it, lock it to a specific version (`scope/name@=VERSION`), otherwise it might ruin your day eventually.
## Installation (pesde)
@@ -19,6 +32,6 @@ Don't let it auto update. If you're gonna use it, lock it to a specific version
1. Add `jecs-nightly` to your manifest:
```toml
[dependencies]
- jecs = "mark-marks/jecs-nightly@LATEST" # Replace LATEST with the latest version
+ jecs = "mark-marks/jecs-nightly@=LATEST" # Replace LATEST with the latest version
```
2. `wally install`
diff --git a/assets/jecs-nightly-logo.png b/assets/jecs-nightly-logo.png
new file mode 100644
index 0000000..eb47173
Binary files /dev/null and b/assets/jecs-nightly-logo.png differ
diff --git a/jecs_nightly.rbxm b/jecs_nightly.rbxm
deleted file mode 100644
index 6c0f21e..0000000
Binary files a/jecs_nightly.rbxm and /dev/null differ