chore: remove RELEASE_NOTES.md and generate change notes dynamically
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user