changes, add dotenv dependency
This commit is contained in:
@@ -39,7 +39,7 @@ $changes = if ($changelogContent -match $changesPattern) {
|
||||
# Create a new release with tea
|
||||
Write-Host "Creating a new release with tea..."
|
||||
$releaseTitle = "LibrarySystem - Version $latestTag"
|
||||
$rel_comment = "Changes in this release: `n$changes`n"
|
||||
$rel_comment = "#Changes in this release: `n$changes`n"
|
||||
$rel = tea release create --title $releaseTitle --note $rel_comment --tag $latestTag
|
||||
if (-not $rel) {
|
||||
Write-Error "Failed to create a new release. Exiting."
|
||||
|
||||
Reference in New Issue
Block a user