Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into add-finish-command
  • Loading branch information
RafaelGSS authored Aug 12, 2024
commit 0a8ee71dade4d273a2d5f9eea99e184f2fcde0a8
3 changes: 1 addition & 2 deletions lib/prepare_security.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Request from './request.js';
import {
NEXT_SECURITY_RELEASE_BRANCH,
NEXT_SECURITY_RELEASE_FOLDER,
PLACEHOLDERS,
checkoutOnSecurityReleaseBranch,
commitAndPushVulnerabilitiesJSON,
validateDate,
Expand Down Expand Up @@ -62,7 +61,7 @@ export default class PrepareSecurityRelease extends SecurityRelease {
this.cli.ok('Done!');
}

async startVulnerabilitiesJSONCreation(releaseDate) {
async startVulnerabilitiesJSONCreation(releaseDate, content) {
// checkout on the next-security-release branch
checkoutOnSecurityReleaseBranch(this.cli, this.repository);

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.