Skip to content

Commit 29a5b81

Browse files
authored
Update Github workflows for the 6.x branch (#646)
1 parent e6af6e5 commit 29a5b81

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Automation - Changelog Update"
33
on:
44
push:
55
branches:
6-
- "4.x"
6+
- "6.x"
77

88
jobs:
99
automation:

.github/workflows/docs.yml

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

109
jobs:
1110
documentation-linter:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This library is not in a stable stage yet, please use with caution.
6161
| [2.x](https://github.com/amazon-php/sp-api-sdk/tree/2.x) | 🚫 |
6262
| [3.x](https://github.com/amazon-php/sp-api-sdk/tree/3.x) | 🚫 |
6363
| [4.x](https://github.com/amazon-php/sp-api-sdk/tree/4.x) | 🚫 |
64-
| [5.x](https://github.com/amazon-php/sp-api-sdk/tree/5.x) | |
64+
| [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) ||
6666

6767
Version <s> [1.x](https://github.com/amazon-php/sp-api-sdk/tree/1.x) </s> is deprecated becuase of the attempt to

0 commit comments

Comments
 (0)