chore: remove RELEASE_NOTES.md and generate change notes dynamically

This commit is contained in:
mamad
2026-08-28 23:33:55 +03:30
parent fd1e2abdba
commit a554af27c8
3 changed files with 13 additions and 54 deletions
-4
View File
@@ -84,10 +84,6 @@ async def main():
await publisher.start()
logger.info("All Copykar services are active and running.")
try:
await admin_bot.broadcast_change_notes()
except Exception as e:
logger.debug(f"Could not broadcast change notes on startup: {e}")
# Graceful shutdown event
stop_event = asyncio.Event()