You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .ci/azure-pipelines/release.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -159,10 +159,10 @@ stages:
159
159
- checkout: none
160
160
- script: |
161
161
cat > $(CHANGELOG) <<EOF
162
-
<Insert Summary Here>
162
+
## Insert Summary Here
163
163
164
-
For an exhustive list of newly added features, deprecations and other changes
165
-
in PCL $(VERSION), please see [CHANGES.md](https://github.com/PointCloudLibrary/pcl/blob/master/CHANGES.md). <Remember to edit the URL>
164
+
For an exhaustive list of newly added features, deprecations and other changes
165
+
in PCL $(VERSION), please see [CHANGES.md](https://github.com/PointCloudLibrary/pcl/blob/master/CHANGES.md). **Remember to edit the URL**
0 commit comments