Skip to content

Commit fc15ac9

Browse files
tony-gojuanarbol
authored andcommitted
doc: fix commit message using test instead of deps
PR-URL: #46313 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 1508d90 commit fc15ac9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/tools.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
./tools/update-undici.sh
7979
fi
8080
- id: postject
81-
subsystem: deps
82-
label: dependencies
81+
subsystem: test
82+
label: test
8383
run: |
8484
NEW_VERSION=$(npm view postject dist-tags.latest)
8585
CURRENT_VERSION=$(node -p "require('./test/fixtures/postject-copy/node_modules/postject/package.json').version")

doc/contributing/maintaining-postject.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Check that Node.js still builds and tests.
1212

1313
## Committing postject
1414

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

17-
Commit the changes with a message like:
19+
```text
20+
test: update postject to <version>
1821
19-
```text
20-
deps: update postject to 1.0.0-alpha.4
21-
22-
Updated as described in doc/contributing/maintaining-postject.md.
23-
```
22+
Updated as described in doc/contributing/maintaining-postject.md.
23+
```

0 commit comments

Comments
 (0)