Skip to content

fix: Update how we handle packages in releases to be less strict

Martin Lowe requested to merge malowe/main/18 into main
  • fix: Update how we handle packages in releases to be less strict

In previous iterations, we had hard coded the names of packages that we supported in the release return. This meant that any new packages were missing, and packages that were removed would be gaps in the content. This simply forwards the context available forward with the same names.

Resolves #18 (closed)

Merge request reports

Loading