Skip to content

Commit 8eee331

Browse files
committed
fix builds
1 parent 210d2f0 commit 8eee331

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
assets+=("-a" "$asset")
118118
done
119119
tag_name="${GITHUB_REF##*/}"
120-
hub release create "${assets[@]}" "$tag_name"
120+
hub release create "${assets[@]}" -F "CHANGELOG.md" "$tag_name"
121121
122122
- name: "Set up Poetry"
123123
uses: snok/install-poetry@v1

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
6.0.2
2+
3+
# mystbin.py Changelog
4+
5+
## Added
6+
7+
## Changes
8+
9+
## Fixes
10+
- Change `Paste.last_edited` in `Paste.from_data` to account for incorrect API docs. (d4c0dada470d2a16542583c35e80e46d5946ccfb)
11+
- Change `File` init to not make `attachment_url` mandatory. (406f15d00ef0866b3fd1c9fae0a4f6c77d3f0099)
12+
13+
### Notes

0 commit comments

Comments
 (0)