Add TODO about pushing changelog commits

This commit is contained in:
Bernd Ahlers
2023-08-08 17:48:17 +02:00
parent 385ec22572
commit 9f81c49957

View File

@@ -272,6 +272,8 @@ func applyManifestCommand(cmd *cobra.Command, args []string) {
if err := applier.ChangelogRelease(module.Path, module.Revision); err != nil {
logger.Fatal("ERROR: %s", err)
}
// TODO: We need to push the new commits upstream!
} else {
logger.Info("Skipping changelog rotation for module: %s (no branch creation requested)", module.Path)
}