chore: replace justfile with nu script

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-09-18 12:02:28 +00:00
parent dfa7467b1e
commit 9122557281
4 changed files with 102 additions and 102 deletions

View File

@@ -68,8 +68,8 @@ to their read relays, most tools handle this automatically.
#### Patch Guidelines
- Keep patches small: Focused changes are easier to review and merge.
- Run `just ci` before submitting your patch.
- Update the change log with your patch. Run `just changelog` or `git-cliff > CHANGELOG.md`
- Run `./tasks ci` before submitting your patch.
- Update the change log with your patch. Run `./tasks changelog` or `git-cliff > CHANGELOG.md`
- Add your name to the [AUTHORS](AUTHORS) file if this is your first contribution. (alphabetical order)
- Use [Conventional Commits]: Start the patch subject with one of these types:
- `feat`: New feature