From 24b80e1a696a37123fe9d0b3d5dab71125b828ae Mon Sep 17 00:00:00 2001 From: Tony Gorez Date: Mon, 23 Jan 2023 10:10:09 +0100 Subject: [PATCH] doc: fix commit message using test instead of deps --- doc/contributing/maintaining-postject.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/contributing/maintaining-postject.md b/doc/contributing/maintaining-postject.md index 96746e22796900..a1391b1bda686f 100644 --- a/doc/contributing/maintaining-postject.md +++ b/doc/contributing/maintaining-postject.md @@ -12,12 +12,14 @@ Check that Node.js still builds and tests. ## Committing postject -Add postject: `git add --all test/fixtures/postject-copy` +- Add postject: `git add --all test/fixtures/postject-copy` -Commit the changes with a message like: +- Commit the changes: `git commit` + +- Add a message like: ```text -deps: update postject to 1.0.0-alpha.4 +test: update postject to Updated as described in doc/contributing/maintaining-postject.md. ```