Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: fix formatting issues
  • Loading branch information
Tony Gorez committed Jan 23, 2023
commit c855f2fe7dc1c0bb55cdec4bbdcdf15b3723e690
12 changes: 6 additions & 6 deletions doc/contributing/maintaining-postject.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Check that Node.js still builds and tests.

## Committing postject

1. Add postject: `git add --all test/fixtures/postject-copy`
2. Commit the changes: `git commit`
1. Add postject: `git add --all test/fixtures/postject-copy`.
2. Commit the changes: `git commit`.
3. Add a message like:

```text
test: update postject to <version>
```text
test: update postject to <version>

Updated as described in doc/contributing/maintaining-postject.md.
```
Updated as described in doc/contributing/maintaining-postject.md.
```
Comment thread
aduh95 marked this conversation as resolved.
Outdated