Skip to content

Commit c943968

Browse files
authored
Setup Default 7.x Branch (#688)
Add 7.x branch designations to GitHub workflow configurations and README.md.
1 parent 732aad4 commit c943968

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/automation-changelog-update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- "6.x"
7+
- "7.x"
78

89
jobs:
910
automation:

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- "6.x"
8+
- "7.x"
89

910
jobs:
1011
documentation-linter:

.github/workflows/test-suite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- "6.x"
8+
- "7.x"
89
schedule:
910
- cron: '0 8 * * *'
1011

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ This library is not in a stable stage yet, please use with caution.
6363
| [4.x](https://github.com/amazon-php/sp-api-sdk/tree/4.x) | 🚫 |
6464
| [5.x](https://github.com/amazon-php/sp-api-sdk/tree/5.x) | 🚫 |
6565
| [6.x](https://github.com/amazon-php/sp-api-sdk/tree/6.x) ||
66+
| [7.x](https://github.com/amazon-php/sp-api-sdk/tree/7.x) ||
6667

6768
Version <s> [1.x](https://github.com/amazon-php/sp-api-sdk/tree/1.x) </s> is deprecated becuase of the attempt to
6869
make a little more sense of what Amazon is doing with using "tags" in their Open API specification.

0 commit comments

Comments
 (0)