Skip to content

Commit

Permalink
Merge pull request #802 from yalesites-org/v1110
Browse files Browse the repository at this point in the history
Release v1.11.0
  • Loading branch information
vinmassaro authored Nov 21, 2024
2 parents efb7863 + 7d53409 commit 52c1440
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"require": {
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.7",
"drupal/core-composer-scaffold": "10.3.8",
"drupal/core-project-message": "10.3.8",
"drupal/core-recommended": "10.3.8",
"drupal/core-composer-scaffold": "10.3.9",
"drupal/core-project-message": "10.3.9",
"drupal/core-recommended": "10.3.9",
"drush/drush": "^11 || ^12",
"oomphinc/composer-installers-extender": "^2.0",
"pantheon-systems/drupal-integrations": "^10",
Expand Down
8 changes: 8 additions & 0 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ Repositories used to make the platform:
While the project can be cloned and run locally without it, one must setup an SSH key on their development machine if they wish to push code on any of the yalesites repositories.
Luckily, [GitHub has an intuitive guide on how to setup an SSH key on your machine and register it with your GitHub Account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)

In some cases, git will complain about ownership issues when building packages. If this happens to you you can execute the following to mark things like atomic as a safe directory.

```bash
git config --global --add safe.directory /app/web/themes/contrib/atomic'
```
Keep in mind the above command is a global so it will stay in your `.gitconfig` for future builds.
#### Package Personal Access Token
Each environment that needs to pull @yalesites-org packages from GitHub needs to be authenticated using a "Personal Access Token". This only needs to be done once per-environment.
Expand Down
4 changes: 0 additions & 4 deletions web/profiles/custom/yalesites_profile/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@
"drupal/allowed_formats": "3.0.1",
"drupal/anchor_link": "3.0.0-beta1",
"drupal/auto_entitylabel": "3.3.0",
"drupal/autosave_form": "1.6.0",
"drupal/better_exposed_filters": "6.0.5",
"drupal/block_content_permissions": "1.11",
"drupal/bugherd": "1.3.0",
"drupal/calendar_link": "3.0.3",
"drupal/captcha": "2.0.6",
"drupal/cas": "2.3.2",
Expand Down Expand Up @@ -89,7 +86,6 @@
"drupal/paragraphs": "1.18.0",
"drupal/paragraphs_features": "2.0.0",
"drupal/pathauto": "1.13.0",
"drupal/publishcontent": "1.6",
"drupal/quick_node_clone": "1.19.0",
"drupal/recaptcha": "3.4.0",
"drupal/recaptcha_v3": "2.0.3",
Expand Down

0 comments on commit 52c1440

Please sign in to comment.