Skip to content

Commit ad4139c

Browse files
Copilotyury-s
andcommitted
docs: add release branch documentation
Co-authored-by: yury-s <[email protected]>
1 parent 1ec57a3 commit ad4139c

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

RELEASE_BRANCHES.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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.

0 commit comments

Comments
 (0)