Skip to content

Commit

Permalink
testing custom description
Browse files Browse the repository at this point in the history
  • Loading branch information
jfayre committed Oct 15, 2021
1 parent cf99900 commit 72846f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ deploy_script:
$releaseName = "v$env:appveyor_build_version"
$repo = 'jfayre/appveyor-test'
$tag = $env:appveyor_repo_tag_name
$description = Get-Content c:\projects\appveyor-test\changes.md -raw
$headers = @{
"Authorization" = "token $token"
Expand All @@ -38,7 +39,7 @@ deploy_script:
tag_name = $tag
target_commitish = "master"
name = $releaseName
body = "Description of the release"
body = $description
draft = $false
prerelease = $false
}
Expand Down
8 changes: 8 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# release 1.05

* something changes
* something else changes

## contact us

we really don't care.

0 comments on commit 72846f4

Please sign in to comment.