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
Next Next commit
doc: fix commit message using test instead of deps
  • Loading branch information
Tony Gorez committed Jan 23, 2023
commit 14c9c164fc5c7b6dffa481c8f5bb8239167dd856
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.
```
Comment thread
tony-go marked this conversation as resolved.
Outdated