Skip to content

Commit 24b80e1

Browse files
author
Tony Gorez
committed
doc: fix commit message using test instead of deps
1 parent 009416d commit 24b80e1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/contributing/maintaining-postject.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ Check that Node.js still builds and tests.
1212

1313
## Committing postject
1414

15-
Add postject: `git add --all test/fixtures/postject-copy`
15+
- Add postject: `git add --all test/fixtures/postject-copy`
1616

17-
Commit the changes with a message like:
17+
- Commit the changes: `git commit`
18+
19+
- Add a message like:
1820

1921
```text
20-
deps: update postject to 1.0.0-alpha.4
22+
test: update postject to <version>
2123
2224
Updated as described in doc/contributing/maintaining-postject.md.
2325
```

0 commit comments

Comments
 (0)