Skip to content

Commit a39cff2

Browse files
committed
Correcting typo and making things visible in markdown
1 parent 8b5712c commit a39cff2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci/azure-pipelines/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ stages:
159159
- checkout: none
160160
- script: |
161161
cat > $(CHANGELOG) <<EOF
162-
<Insert Summary Here>
162+
## Insert Summary Here
163163
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**
166166
EOF
167167
displayName: 'Generate Changelog'
168168
- task: PublishBuildArtifacts@1

0 commit comments

Comments
 (0)