Skip to content

Commit

Permalink
doc: fix commit message using test instead of deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-go committed Jan 23, 2023
1 parent 009416d commit 14c9c16
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/contributing/maintaining-postject.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <version>
Updated as described in doc/contributing/maintaining-postject.md.
```

0 comments on commit 14c9c16

Please sign in to comment.