Skip to content

Commit 3531669

Browse files
authored
fix(news): remove warning about changelog defaults (#2442)
As some time has already passed since we changed the defaults and there don't seem to be any affected users, revert this change as it is no longer relevant.
2 parents ca15dc1 + 873e71f commit 3531669

File tree

1 file changed

+1
-14
lines changed
  • packit_service/worker/reporting

1 file changed

+1
-14
lines changed

packit_service/worker/reporting/news.py

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,7 @@ class DistgitAnnouncement:
3838
packit-service.
3939
"""
4040

41-
__ANNOUNCEMENT = (
42-
":exclamation: **Changed default for the changelog entry generated by Packit**\n\n"
43-
"We would like to bring to your attention a recent update "
44-
"regarding the default changelog entry generated by Packit during release syncing. "
45-
"Going forward, the default changelog entry will be generated as follows:\n"
46-
"```\n- Update to version {version}\n```\nfollowed by a Bugzilla reference if there"
47-
"is an open bug about a new upstream release.\n"
48-
"This aligns with the Fedora Packaging Guidelines and has been agreed upon in "
49-
"[this discussion](https://pagure.io/packaging-committee/issue/1339). "
50-
"If you prefer a different behaviour, you can override this default in your configuration,"
51-
" e.g. by using custom command(s) in `changelog-entry` action "
52-
"(see [example](https://packit.dev/docs/configuration/examples"
53-
"#custom-changelog-generation))."
54-
)
41+
__ANNOUNCEMENT = None
5542

5643
@classmethod
5744
def get_announcement(cls):

0 commit comments

Comments
 (0)