Skip to content

Commit f9ef925

Browse files
committed
chore: remove announcements
1 parent 88f3e9e commit f9ef925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Build.Announce.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ partial class Build
2828
Target Announce => _ => _
2929
.DependsOn(ReleaseImage)
3030
.WhenSkipped(DependencyBehavior.Skip)
31-
.TriggeredBy<IPublish>()
31+
// .TriggeredBy<IPublish>()
3232
.OnlyWhenStatic(() => GitRepository.IsOnMasterBranch());
3333

3434
IEnumerable<string> ChangelogSectionNotes => ChangelogTasks.ExtractChangelogSectionNotes(From<IHazChangelog>().ChangelogFile);

0 commit comments

Comments
 (0)