Skip to content

Commit

Permalink
fixup! Add Opera release update script
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Jan 31, 2025
1 parent 5b9163c commit d439a75
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions scripts/update-browser-releases/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,16 @@ export const updateBrowserEntry = (
};

/**
*
* @param json
* @param browser
* @param version
* @param status
* @param engine
* @param engineVersion
* @param releaseDate
* @param releaseNotesURL
* Creates or updates a browser entry, depending on whether it already exists.
* @param json json file to update
* @param browser the entry name where to add it in the bcd file
* @param version the version to add
* @param status the status
* @param engine the name of the negine
* @param engineVersion the version of the engine
* @param releaseDate the release date
* @param releaseNotesURL url of the release notes
* @returns Text describing what has been updated
*/
export const createOrUpdateBrowserEntry = (
json,
Expand Down

0 comments on commit d439a75

Please sign in to comment.