File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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")
Original file line number Diff line number Diff 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+ ```
You can’t perform that action at this time.
0 commit comments