Skip to content

Commit

Permalink
Add explanation in Releases Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
andreslucena committed Jul 21, 2023
1 parent eb0a9ff commit f12553b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions RELEASE_NOTES.md
Expand Up @@ -34,6 +34,24 @@ You can read more about this change on PR [\#10288](https://github.com/decidim/d

## 2. General notes

## 2.1. Redesign

TBD

## 2.2. Consultation

The consultations module has been fully removed from this version, so if you're using it in your application you need to remove it from your Gemfile:

```console
bundle remove decidim-consultations
```

If you're not using it, then you don't need to do anything.

If you're maintaining a version of this module, please share the URL of the git repository by [creating an issue on the decidim.org website repository](https://github.com/decidim/decidim.org) so that we can update the [Modules page](https://decidim.org/modules).

You can read more about this change on PR [#11171](https://github.com/decidim/decidim/pull/11171).

## 3. One time actions

These are one time actions that need to be done after the code is updated in the production database.
Expand Down

0 comments on commit f12553b

Please sign in to comment.