File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 78
78
./tools/update-undici.sh
79
79
fi
80
80
- id : postject
81
- subsystem : deps
82
- label : dependencies
81
+ subsystem : test
82
+ label : test
83
83
run : |
84
84
NEW_VERSION=$(npm view postject dist-tags.latest)
85
85
CURRENT_VERSION=$(node -p "require('./test/fixtures/postject-copy/node_modules/postject/package.json').version")
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ Check that Node.js still builds and tests.
12
12
13
13
## Committing postject
14
14
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:
16
18
17
- Commit the changes with a message like:
19
+ ``` text
20
+ test: update postject to <version>
18
21
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
+ ```
You can’t perform that action at this time.
0 commit comments