From 506c80a869d0dea76c8712d7a810c611044cc1b9 Mon Sep 17 00:00:00 2001 From: stephanie rousset Date: Tue, 18 Jun 2024 11:33:57 +0200 Subject: [PATCH] style: add blank line before code block --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9927d0c57eab..657c5e8ad326 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -52,6 +52,7 @@ You can read more about this change on PR [#12616](https://github.com/decidim/de These are one time actions that need to be done after the code is updated in the production database. To delete the follows of ex private users of non transparent assemblies or processes, run from decidim-admin + ```console bundle exec rake decidim:upgrade:fix_deleted_private_follows ```