Skip to content

Commit 40856b7

Browse files
committed
[release17.3.x] Update Readme links for new branch names [release17.3.x]
1 parent de46dd3 commit 40856b7

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Node.js CI
55

66
on:
77
push:
8-
branches: [ main, release3.x ]
8+
branches: [ main, release3.x, release17.3.x ]
99
pull_request:
10-
branches: [ main, release3.x ]
10+
branches: [ main, release3.x, release17.3.x ]
1111

1212
jobs:
1313
build:

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ main, release3.x ]
16+
branches: [ main, release3.x, release17.3.x ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ main, release3.x ]
19+
branches: [ main, release3.x, release17.3.x ]
2020
schedule:
2121
- cron: '17 15 * * 2'
2222

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -118,18 +118,19 @@ Additionally, as part of this change the existing v3.x extension has been moved
118118
119119
| Version | Application Insights | React | Branch
120120
|---------|-----------------------|-----------|-----------
121-
| 17.3.6 | ^3.3.6 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
122-
| 17.3.5 | ^3.3.5 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
123-
| 17.3.4 | ^3.3.4 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
121+
| 17.3.6 | ^3.3.6 | >= 17.0.2 | [release17.3.x](https://github.com/microsoft/applicationinsights-react-js/tree/17.3.6)
122+
| 17.3.5 | ^3.3.5 | >= 17.0.2 | [release17.3.x](https://github.com/microsoft/applicationinsights-react-js/tree/17.3.5)
123+
| 17.3.4 | ^3.3.4 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js/tree/17.3.4)
124124
| 17.3.3 | ^3.3.3 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
125125
| 17.3.2 | ^3.3.2 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
126126
| 17.3.1 | ^3.3.1 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
127127
| 17.3.0 | ^3.3.0 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
128128
| 17.2.0 | ^3.2.0 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
129129
| 17.1.2 | ^3.1.2 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
130130
| 17.1.1 | ^3.1.1 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
131-
| 17.1.0 | ^3.1.0 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
132-
| 17.0.4 | ^3.0.8 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
131+
| 17.1.0 | ^3.1.0 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js/tree/17.1.0)
132+
| 17.0.5 | ^3.0.9 | >= 17.0.2 | [release17.0.x](https://github.com/microsoft/applicationinsights-react-js/tree/17.0.5)
133+
| 17.0.4 | ^3.0.8 | >= 17.0.2 | [release17.0.x](https://github.com/microsoft/applicationinsights-react-js/tree/17.0.4)
133134
| 17.0.3 | ^3.0.7 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
134135
| 17.0.2 | ^3.0.3 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
135136
| 17.0.1 | ^3.0.3 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)

0 commit comments

Comments
 (0)