Closed canterberry closed 3 years ago
Supercedes #6.
This changeset introduces an "add" command that can be used by the Node.js release signing team to add or update their own release signing keys.
$ ./cli.sh add <signing-key-id>
For example: ./cli.sh add 4ED778F539E3634C779C87C6D7062848A1AB005C
./cli.sh add 4ED778F539E3634C779C87C6D7062848A1AB005C
After this command has been added, members of the release signing team can create PRs to update their own keys as follows:
master
./cli.sh add <key-id>
Supercedes #6.
This changeset introduces an "add" command that can be used by the Node.js release signing team to add or update their own release signing keys.
For example:
./cli.sh add 4ED778F539E3634C779C87C6D7062848A1AB005C
After this command has been added, members of the release signing team can create PRs to update their own keys as follows:
master
) and create a feature branch../cli.sh add <key-id>
with the full key ID.