Skip to content

Commit cc87445

Browse files
committed
docs(CHANGES): Add entry for just migration
why: Document the Make to just migration for PR #60 what: - Add Development section entry describing justfile migration - Reference just 1.45.0 and [group] attributes feature
1 parent 46f48e2 commit cc87445

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ $ uvx --from 'gp-libs' --prerelease allow gp-libs
3030

3131
<!-- To maintainers and contributors: Please add notes for the forthcoming version below -->
3232

33+
### Development
34+
35+
- Migrate from Make to just for task running (#60)
36+
37+
Replaces `Makefile` and `docs/Makefile` with `justfile` and `docs/justfile` using
38+
[just](https://just.systems/) 1.45.0. Recipes are organized with `[group]` attributes
39+
for improved discoverability via `just --list`.
40+
3341
### Documentation
3442

3543
- Migrate docs deployment to AWS OIDC authentication and AWS CLI

0 commit comments

Comments
 (0)