Uh oh!
There was an error while loading. Please reload this page.
doc: document node-api version process - #47972
Conversation
Review requested:
|
gabrielschulhof
commented
May 12, 2023
Please also document the process mentioned in #47975 (comment)! |
| and substitute this guard version with the release version `x`. | ||
| #### Step 4. Update test version guards |
There was a problem hiding this comment.
| #### Step 4. Update test version guards | |
| #### Step 3. Update test version guards |
The next step is step 4.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
gabrielschulhof
left a comment
There was a problem hiding this comment.
Doc looks great! Just a few comments.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
legendecas
commented
May 17, 2023
@gabrielschulhof thanks for the suggestions! I've added a section to update the change history and backport the release to LTS lines. Please take a look again. |
nodejs-github-bot
commented
May 19, 2023
Landed in 1918241 |
PR-URL: nodejs#47972Fixes: nodejs#47664 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Gabriel Schulhof <gabrielschulhof@gmail.com>
With the change in #45715 landed, there are several code sites that need to be updated with the release Node-API version when a new Node-API version is being released.
This PR adds a document to the guides of a checklist necessary for creating a Node-API release PR.
Fixes: #47664