Skip to content

Commit

Permalink
Merge branch 'release/3.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden committed Jan 14, 2021
2 parents 52adb62 + c4aa21e commit 371ced3
Show file tree
Hide file tree
Showing 62 changed files with 647 additions and 795 deletions.
3 changes: 0 additions & 3 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- { env: ORCA_JOB=INTEGRATED_TEST_ON_CURRENT, name: "Integrated test on current Drupal core version" }
- { env: ORCA_JOB=INTEGRATED_UPGRADE_TEST_TO_NEXT_MINOR, name: "Integrated upgrade test to next minor Drupal core version" }
- { env: ORCA_JOB=INTEGRATED_UPGRADE_TEST_TO_NEXT_MINOR_DEV, name: "Integrated upgrade test to next minor dev Drupal core version" }
- { env: ORCA_JOB=ISOLATED_TEST_ON_CURRENT_DEV, name: "Isolated test on current dev Drupal core version" }
- { env: ORCA_JOB=ISOLATED_TEST_ON_CURRENT_DEV ORCA_ENABLE_NIGHTWATCH=TRUE, name: "Isolated test on current dev Drupal core version with Nightwatch.js" }
- { env: ORCA_JOB=INTEGRATED_TEST_ON_CURRENT_DEV, name: "Integrated test on current dev Drupal core version" }
- { env: ORCA_JOB=LOOSE_DEPRECATED_CODE_SCAN, name: "Loose deprecated code scan" }
- { env: ORCA_JOB=STRICT_DEPRECATED_CODE_SCAN, name: "Strict deprecated code scan" }
Expand Down
2 changes: 1 addition & 1 deletion bin/changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ eval "$GITHUB_CHANGELOG_GENERATOR" \
--project=orca \
--output=docs/CHANGELOG.md \
--no-issues-wo-labels \
--exclude-labels=dependencies,duplicate,question,invalid,wontfix \
--exclude-labels=duplicate,question,invalid,wontfix \
--exclude-tags-regex='v[1-2].*' \
--future-release="$FUTURE_RELEASE" \
--release-branch=develop
Loading

0 comments on commit 371ced3

Please sign in to comment.