File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed
Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change 1+ # Release 1.56 Branch Status
2+
3+ ## Branches Created
4+
5+ The following branches have been created locally for the 1.56 release:
6+
7+ 1 . ** release-1.56** : Main release branch for version 1.56
8+ 2 . ** mark-v-1.56.0** : Release marker branch for version 1.56.0
9+
10+ Both branches are based on commit ` 1ec57a3 ` which includes:
11+ - Version update to 1.56.0 in all Maven POM files
12+ - All changes from the latest main branch
13+
14+ ## Version Updates
15+
16+ The Maven version has been successfully updated to ` 1.56.0 ` in all POM files using the script:
17+ ``` bash
18+ ./scripts/set_maven_version.sh 1.56.0
19+ ```
20+
21+ ### Updated Files:
22+ - pom.xml
23+ - driver/pom.xml
24+ - driver-bundle/pom.xml
25+ - playwright/pom.xml
26+ - examples/pom.xml
27+ - tools/api-generator/pom.xml
28+ - tools/test-cli-fatjar/pom.xml
29+ - tools/test-cli-version/pom.xml
30+ - tools/test-local-installation/pom.xml
31+ - tools/test-spring-boot-starter/pom.xml
32+ - tools/update-docs-version/pom.xml
33+
34+ ## Verification
35+
36+ ✅ Maven validation successful
37+ ✅ Maven compilation successful with new version
38+ ✅ All POM files updated consistently to version 1.56.0
39+
40+ ## Next Steps
41+
42+ To push these branches to the upstream repository, someone with push access should run:
43+
44+ ``` bash
45+ # Push release-1.56 branch
46+ git push upstream release-1.56
47+
48+ # Push mark-v-1.56.0 branch
49+ git push upstream mark-v-1.56.0
50+ ```
51+
52+ Note: The branches are currently available in the local repository and can be pushed when needed.
You can’t perform that action at this time.
0 commit comments