We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210d2f0 commit 8eee331Copy full SHA for 8eee331
.github/workflows/build.yaml
@@ -117,7 +117,7 @@ jobs:
117
assets+=("-a" "$asset")
118
done
119
tag_name="${GITHUB_REF##*/}"
120
- hub release create "${assets[@]}" "$tag_name"
+ hub release create "${assets[@]}" -F "CHANGELOG.md" "$tag_name"
121
122
- name: "Set up Poetry"
123
uses: snok/install-poetry@v1
CHANGELOG.md
@@ -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