Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Commit

Permalink
5.0.0-beta2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
phenaproxima committed Jun 3, 2020
1 parent d84ccfb commit 98342c5
Show file tree
Hide file tree
Showing 7 changed files with 14,852 additions and 22 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.0.0-beta2
* Updated Search API to 1.17. Note that this release includes a
backwards compatibility-breaking change; see
https://www.drupal.org/node/3138575 for more information.
* Updated Page Manager to 4.0-beta6.

## 5.0.0-beta1
* Updated Drupal core to 9.0.0.
* Ported the `lightning:subprofile` Drupal Console command to Drush. To
Expand Down
6 changes: 6 additions & 0 deletions UPDATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ are currently running 2.2.0 and are trying to update to 2.2.6, you will need to
follow the instructions for updating from 2.2.0 to 2.2.1, then from 2.2.1 to
2.2.2, in that order.

### 5.0.0-beta1 to 5.0.0-beta2
There are no manual update steps for this version. However, this version
includes Search API 1.17, which contains a backwards compatibility-breaking
change that may require code changes on your site. See
https://www.drupal.org/node/3138575 for more information before updating.

### 4.1.4/3.4.3 to 5.0.0-beta1
* It is possible to update to this version of Lightning directly from version
3.4.x, OR from version 4.1.x. You do NOT need to update from 3.4.x TO 4.1.x
Expand Down
50 changes: 28 additions & 22 deletions composer.lock

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

5 changes: 5 additions & 0 deletions logs/5.0.0-beta2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 5.0.0-beta2
* Updated Search API to 1.17. Note that this release includes a
backwards compatibility-breaking change; see
https://www.drupal.org/node/3138575 for more information.
* Updated Page Manager to 4.0-beta6.
5 changes: 5 additions & 0 deletions release-notes.md.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ BRANCH=$(git rev-parse --abbrev-ref HEAD)
VERSION=$(git tag --list 5.* --sort -creatordate | head -n 1)
CHANGE_LOG=logs/$VERSION.md

_include() {
cat ./docroot/modules/contrib/$1/logs/$2.md | tail -n +2 | sed 's/^/ /'
}
export -f _include

if [[ ! -f $CHANGE_LOG ]]; then
echo "Cannot generate release notes because $CHANGE_LOG does not exist."
exit 1
Expand Down
4 changes: 4 additions & 0 deletions releases.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
releases:
'5.0.0-beta2':
drupal_version: 5.0.0-beta2
has_manual_updates: true
update_instructions: 'https://github.com/acquia/lightning/blob/5.0.x/UPDATE.md#500-beta1-to-500-beta2'
'5.0.0-beta1':
drupal_version: 5.0.0-beta1
has_manual_updates: true
Expand Down
Loading

0 comments on commit 98342c5

Please sign in to comment.