We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009416d commit 24b80e1Copy full SHA for 24b80e1
doc/contributing/maintaining-postject.md
@@ -12,12 +12,14 @@ Check that Node.js still builds and tests.
12
13
## Committing postject
14
15
-Add postject: `git add --all test/fixtures/postject-copy`
+- Add postject: `git add --all test/fixtures/postject-copy`
16
17
-Commit the changes with a message like:
+- Commit the changes: `git commit`
18
+
19
+- Add a message like:
20
21
```text
-deps: update postject to 1.0.0-alpha.4
22
+test: update postject to <version>
23
24
Updated as described in doc/contributing/maintaining-postject.md.
25
```
0 commit comments