pub async fn sync_retargeted_releases(
source: &SourceConfiguration,
tag_updates: &[RetargetTagResult],
dry_run: bool,
) -> MonochangeResult<Vec<RetargetProviderResult>>Expand description
Sync existing GitHub releases so retargeted tags point at the new commits.