fix: Update how we handle packages in releases to be less strict
- 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)