From 14c9c164fc5c7b6dffa481c8f5bb8239167dd856 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..b69c624a15daf0 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. ```