Commit 84d0a6a 1 parent 2c2b97d commit 84d0a6a Copy full SHA for 84d0a6a
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
ConvertFrom-Json |
43
43
select -ExpandProperty id
44
44
45
- $notes = (Get-Content .\changelog.md | where { !($_ -like '\*') } | %{ $_.replace('\# ', '\\# ') }) -join '\n'
45
+ $notes = (Get-Content .\changelog.md | where { !($_ -like '\*') } | %{ $_.replace('\', '\\') }) -join '\n'
46
46
$headers = @{ 'Accept'='application/vnd.github.v3+json;charset=utf-8'; 'Authorization' = "bearer $env:GITHUB_TOKEN" }
47
47
$body = '{ "body":"' + $notes + '" }'
48
48
Original file line number Diff line number Diff line change 100
100
weak
101
101
[file ".github/workflows/release-notes.yml"]
102
102
url = https://github.com/devlooped/oss/blob/main/.github/workflows/release-notes.yml
103
- etag = e997e6e7bfd4d850a3554d4232562075a89cf7713a8cec4aef483f2bd6f3c10a
103
+ etag = c987e5b93b002c5a2a63304f677eb969b7b6e274b77ef4392aeef4d9ca7e10dd
104
104
weak
105
105
[file "assets/images/sponsors.png"]
106
106
url = https://github.com/devlooped/oss/blob/main/assets/images/sponsors.png
You can’t perform that action at this time.
0 commit comments