Closed andreslucena closed 2 years ago
Thanks @andreslucena.
The develop
branch should already work for v0.25.
In case there is something missing there, could you please rebase this with develop
and open the PR against develop
instead?
The develop branch should already work for v0.25.
Oh, I see, I've been bitten by the GitHub default branch and didn't see the develop branch. Also, I didn't see the version branches for 0.24-stable
and 0.25-stable
- is there any rationale behind this branches' management that I didn't catch?
Just a couple suggestions for this to be cleaner IMHO:
Or at least document the branches' management in the README, so it's easy to find out
In case there is something missing there, could you please rebase this with develop and open the PR against develop instead?
I started the rebase, but there were lots of conflicts on how the structure of the app/packs directory was done. Just giving it a look with meld, I didn't see anything relevant.
With our modules we GENERALLY do as follows:
master
branch is for the version we are generally running in production which is usually 1 version behind Decidim releasesdevelop
branch is for the latest version of Decidim or for the development version in GitHub if the version is not yet releasedX-stable
branch becomes available once we update the master
branch with the version we are running at productionThis is the general idea but we are just in the process of updating our instances to 0.25 which is why the master branch is still lagging behind (and because 0.26 is not out yet).
With our modules we GENERALLY do as follows
Makes sense!
This is the general idea but we are just in the process of updating our instances to 0.25 which is why the master branch is still lagging behind (and because 0.26 is not out yet).
Great! I'm actually in the process of releasing v0.26.0 (it'd be v0.26.0.rc2 as I made a mistake in the release process of .rc1 😅). The thing is that part of the release process is trying the RC out in Metadecidim, that has this as a dependency, I've seen that we were with a fork for this module and I wanted to fix it for once.
So, I'm closing this PR, and I'll open a new one for updating to v0.26 on develop
. Thanks @ahukkanen!!
Fixes #79.
As I've mentioned there:
So, all the credit goes to @leio10 ❤️
The only changes that I've made are:
spreadsheet
gem