Skip to content

Commit 905c7b4

Browse files
committed
minor comment cleanup
1 parent 309baac commit 905c7b4

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,3 @@ pwsh .\tools\tag-release.cd-tool-pwsh.ps1 -Version 0.5.0
5050
### Automation
5151

5252
- GitHub Actions CI workflow for automated test execution on push and pull requests.
53-
54-
---
55-
56-
[1.0.0]: https://github.com/continuous-delphi/cd-tool-pwsh/releases/tag/v1.0.0

tools/Remove-DevModuleSymLink.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Set-StrictMode -Version Latest
55
$ErrorActionPreference = 'Stop'
66

77
Write-Host ""
8-
Write-Host "ContinuousDelphi.Tools remove_symlink"
9-
Write-Host "======================================="
8+
Write-Host "ContinuousDelphi.Tools Remove-DevModuleSymLink.ps1"
9+
Write-Host "==================================================="
1010
Write-Host ""
1111

1212
# PowerShell user module directory

tools/tag-release.cd-tool-pwsh.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tools/tag-release.ps1
1+
# tools/tag-release.cd-tool-pwsh.ps1
22
# Creates and pushes a vX.Y.Z release tag for cd-tool-pwsh.
33
# Requires: PowerShell 7+, git (on PATH)
44
#

0 commit comments

Comments
 (0)