thinkshout / robo-drupal

Robo commands and tasks for Drupal
GNU General Public License v3.0
6 stars 0 forks source link

Production branch naming scheme #65

Closed unclegcb closed 4 years ago

unclegcb commented 4 years ago

Makes the dev/test/live deployment production branch configurable, and causes it to default to "production". Also, there's a bunch of stuff coming in from circle that I am confused by.

mariacha commented 4 years ago

Hmm. The circle stuff is supposed to be updating and providing documentation at https://thinkshout.github.io/robo-drupal/index.html but that broke when someone archived the github page repo at https://github.com/thinkshout/robo-drupal-docs. I kind of think I might have done that actually...

That's something I had Rebecca set up https://github.com/thinkshout/robo-drupal/issues/43 to attempt to make it easier to know just WTF robo was.

Kind of feel like it's not worth it anymore. I really would like to move off robo anyway.

mariacha commented 4 years ago

Let's practice what we preach on this branch as well. Instead of merging this into master, let's cut the 3.0.0 release on this branch, and set this one to the default branch. We can leave the master branch open for backwards compatibility, in case any projects are using the "thinkshout/robo-drupal": "dev-master" syntax.

And let's take out the documentation stuff -- we can do it by deleting the circle.yml file.

mariacha commented 4 years ago

Cool. Merging. @unclegcb do you have permission to stop circle from trying to follow this project at https://app.circleci.com/settings/project/github/thinkshout/robo-drupal ?