We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f92ba commit b3ee667Copy full SHA for b3ee667
.github/workflows/publish.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
branches:
5
- master
6
+ - 5.1-maintenance
7
- newbuild
8
paths:
9
- RELEASE_NOTES.md
RELEASE_NOTES.md
@@ -1,6 +1,8 @@
1
### 5.1.35
2
- merged `5.1.30.1` and `5.1.30.2`
- cherry picked all commits from `master` branch, which are not related to 5.2.x upgrade
+- add branch `5.1-maintenance` to `.github/workflows/publish.yml`
+- fix warning (deprecated `WebClient`)
### 5.1.34
- [IPointCloudNode] FilterConvexHulls3d: polygon is CCW
0 commit comments