@@ -4,14 +4,14 @@ Feature: Lift
4
4
Given semantic-release is configured
5
5
And legacy releases are configured in a GitHub workflow
6
6
When the project is lifted
7
- Then the release workflow calls the reusable workflow for alpha branches
7
+ Then the experimental release workflow calls the reusable workflow for alpha branches
8
8
And the verification workflow calls the reusable release workflow
9
9
10
10
Scenario : cycjimmy action in a GitHub workflow
11
11
Given semantic-release is configured
12
12
And the cycjimmy action is configured in a GitHub workflow
13
13
When the project is lifted
14
- Then the release workflow calls the reusable workflow for alpha branches
14
+ Then the experimental release workflow calls the reusable workflow for alpha branches
15
15
And the verification workflow calls the reusable release workflow
16
16
And the cycjimmy action was removed
17
17
@@ -20,14 +20,14 @@ Feature: Lift
20
20
And the release workflow is called from the ci workflow
21
21
And a release workflow is defined for alpha
22
22
When the project is lifted
23
- Then the release workflow calls the reusable workflow for alpha branches
23
+ Then the experimental release workflow calls the reusable workflow for alpha branches
24
24
25
25
Scenario : modern semantic-release in GitHub workflows, but trigger does not wait for verification
26
26
Given semantic-release is configured
27
27
And the release workflow is called from the ci workflow
28
28
And a release workflow is defined for alpha
29
29
When the project is lifted
30
- Then the release workflow calls the reusable workflow for alpha branches
30
+ Then the experimental release workflow calls the reusable workflow for alpha branches
31
31
And the release is not called until verification completes
32
32
33
33
Scenario : modern semantic-release in GitHub workflows verifying multiple node versions, but trigger does not wait for verification
@@ -36,14 +36,14 @@ Feature: Lift
36
36
And a release workflow is defined for alpha
37
37
And multiple node versions are verified
38
38
When the project is lifted
39
- Then the release workflow calls the reusable workflow for alpha branches
39
+ Then the experimental release workflow calls the reusable workflow for alpha branches
40
40
And the release is not called until verification completes
41
41
42
42
Scenario : no existing release
43
43
Given semantic-release is configured
44
44
And no release is configured in a GitHub workflow
45
45
When the project is lifted
46
- Then the release workflow calls the reusable workflow for alpha branches
46
+ Then the experimental release workflow calls the reusable workflow for alpha branches
47
47
And the verification workflow calls the reusable release workflow
48
48
49
49
Scenario : no release needed
@@ -64,5 +64,5 @@ Feature: Lift
64
64
And a local release workflow is defined
65
65
And the release workflow is triggered from the ci workflow
66
66
When the project is lifted
67
- Then the release workflow calls the reusable workflow for alpha branches
67
+ Then the experimental release workflow calls the reusable workflow for alpha branches
68
68
And the verification workflow calls the reusable release workflow
0 commit comments