We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab8d46 commit 8e101b3Copy full SHA for 8e101b3
1 file changed
README.md
@@ -124,10 +124,10 @@ cmake --build build/debug -j$(nproc)
124
125
Project automation scripts are grouped by purpose:
126
127
-- `scripts/ci/act-ci.sh` — run `tests-gcc` job locally with `act`
128
-- `scripts/ci/act-ci-full.sh` — run Linux CI jobs locally in sequence with `act`
+- `scripts/act/act-ci.sh` — run `tests-gcc` job locally with `act`
+- `scripts/act/act-ci-full.sh` — run Linux CI jobs locally in sequence with `act`
129
+- `scripts/act/act-release.sh` — dry-run release workflow locally with `act`
130
- `scripts/release/release.sh` — bump version, update changelog, commit, and tag
-- `scripts/release/act-release.sh` — dry-run release workflow locally with `act`
131
132
## Using as a Dependency
133
0 commit comments