mirror of
https://github.com/Graylog2/graylog-project-cli.git
synced 2026-03-13 08:02:57 +08:00
Add TODO about pushing changelog commits
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user