You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command git-aggregate-changelog is used to aggregate all the changelogs of all the REANA components into a single one for the final release.
However, it might happen that not all the components need a new release, so they should simply be skipped in the changelog. Right now, git-aggregate-changelog always includes at least one version for each REANA component, even when not needed.
The text was updated successfully, but these errors were encountered:
mdonadoni
added a commit
to mdonadoni/reana
that referenced
this issue
Dec 2, 2024
…nahub#858)
Fix `git-aggregate-changelog` to correctly handle components that were
not released for the new REANA release. Previously, the script was
aggregating the changelog of at least one version, even if it was
already part of a previous release.
Closesreanahub#857
The command
git-aggregate-changelog
is used to aggregate all the changelogs of all the REANA components into a single one for the final release.However, it might happen that not all the components need a new release, so they should simply be skipped in the changelog. Right now,
git-aggregate-changelog
always includes at least one version for each REANA component, even when not needed.The text was updated successfully, but these errors were encountered: