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

Commit 9429953

Browse files
committed
Add a machine-readable file containing information about previous versions
1 parent 1457e48 commit 9429953

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

UPDATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ are currently running 2.2.0 and are trying to update to 2.2.6, you will need to
170170
follow the instructions for updating from 2.2.0 to 2.2.1, then from 2.2.1 to
171171
2.2.2, in that order.
172172

173+
## 3.3.3 to 3.3.4
174+
There are no manual update steps for this version.
175+
173176
## 3.3.2 to 3.3.3
174177
There are no manual update steps for this version.
175178

releases.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
11
releases:
2+
'4.1.0-beta1':
3+
drupal_version: 8.x-4.100-beta1
4+
has_manual_updates: false
5+
'4.0.5':
6+
drupal_version: 8.x-4.005
7+
has_manual_updates: true
8+
update_instructions: 'https://github.com/acquia/lightning/blob/8.x-4.x/UPDATE.md#404-to-405'
9+
'4.0.4':
10+
drupal_version: 8.x-4.004
11+
has_manual_updates: false
12+
'4.0.3':
13+
drupal_version: 8.x-4.003
14+
has_manual_updates: false
15+
'4.0.2':
16+
drupal_version: 8.x-4.002
17+
has_manual_updates: false
18+
'4.0.1':
19+
drupal_version: 8.x-4.001
20+
has_manual_updates: false
21+
'4.0.0':
22+
drupal_version: 8.x-4.000
23+
has_manual_updates: false
24+
'3.3.4':
25+
drupal_version: 8.x-3.304
26+
has_manual_updates: false
27+
'3.3.3':
28+
drupal_version: 8.x-3.303
29+
has_manual_updates: false
30+
'3.3.2':
31+
drupal_version: 8.x-3.302
32+
has_manual_updates: false
233
'3.3.1':
334
drupal_version: 8.x-3.301
435
has_manual_updates: false

0 commit comments

Comments
 (0)