|
16 | 16 | if: github.event_name == 'push'
|
17 | 17 | runs-on: ubuntu-latest
|
18 | 18 | steps:
|
19 |
| - - uses: google-github-actions/release-please-action@v2 |
| 19 | + - uses: google-github-actions/release-please-action@v4 |
20 | 20 | id: release
|
21 |
| - with: |
22 |
| - package-name: node-gyp |
23 |
| - release-type: node |
24 |
| - changelog-types: > |
25 |
| - [{"type":"feat","section":"Features","hidden":false}, |
26 |
| - {"type":"fix","section":"Bug Fixes","hidden":false}, |
27 |
| - {"type":"bin","section":"Core","hidden":false}, |
28 |
| - {"type":"gyp","section":"Core","hidden":false}, |
29 |
| - {"type":"lib","section":"Core","hidden":false}, |
30 |
| - {"type":"src","section":"Core","hidden":false}, |
31 |
| - {"type":"test","section":"Tests","hidden":false}, |
32 |
| - {"type":"build","section":"Core","hidden":false}, |
33 |
| - {"type":"clean","section":"Core","hidden":false}, |
34 |
| - {"type":"configure","section":"Core","hidden":false}, |
35 |
| - {"type":"install","section":"Core","hidden":false}, |
36 |
| - {"type":"list","section":"Core","hidden":false}, |
37 |
| - {"type":"rebuild","section":"Core","hidden":false}, |
38 |
| - {"type":"remove","section":"Core","hidden":false}, |
39 |
| - {"type":"deps","section":"Core","hidden":false}, |
40 |
| - {"type":"python","section":"Core","hidden":false}, |
41 |
| - {"type":"lin","section":"Core","hidden":false}, |
42 |
| - {"type":"linux","section":"Core","hidden":false}, |
43 |
| - {"type":"mac","section":"Core","hidden":false}, |
44 |
| - {"type":"macos","section":"Core","hidden":false}, |
45 |
| - {"type":"win","section":"Core","hidden":false}, |
46 |
| - {"type":"windows","section":"Core","hidden":false}, |
47 |
| - {"type":"zos","section":"Core","hidden":false}, |
48 |
| - {"type":"doc","section":"Doc","hidden":false}, |
49 |
| - {"type":"docs","section":"Doc","hidden":false}, |
50 |
| - {"type":"readme","section":"Doc","hidden":false}, |
51 |
| - {"type":"chore","section":"Miscellaneous","hidden":false}, |
52 |
| - {"type":"refactor","section":"Miscellaneous","hidden":false}, |
53 |
| - {"type":"ci","section":"Miscellaneous","hidden":false}, |
54 |
| - {"type":"meta","section":"Miscellaneous","hidden":false}] |
55 | 21 | # Standard Conventional Commits: `feat` and `fix`
|
56 | 22 | # node-gyp subdirectories: `bin`, `gyp`, `lib`, `src`, `test`
|
57 | 23 | # node-gyp subcommands: `build`, `clean`, `configure`, `install`, `list`, `rebuild`, `remove`
|
|
0 commit comments