We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9003f2 commit 2a61068Copy full SHA for 2a61068
2 files changed
.github/workflows/tag.yml
@@ -20,5 +20,5 @@ jobs:
20
with:
21
tag_name: ${{ github.ref }}
22
release_name: ${{ github.ref }}
23
- body_path: docs/releases/${{ env.TAG }}.md
+ body_path: ./docs/releases/${{ env.TAG }}.md
24
docs/releases/v0.1.0.md
@@ -1,6 +1,10 @@
1
# Add testing capabilities
2
3
## Changes
4
+- [fb0e05d](../../commits/fb0e05d) Fixing body_path for release on github action
5
+- [c9003f2](../../commits/c9003f2) Fix auto releasing in github (#12)
6
+- [59a612d](../../commits/59a612d) Add release v0.1.0 (#10)
7
+- [be02507](../../commits/be02507) Add Github Action to create a release (#11)
8
- [72ba2fd](../../commits/72ba2fd) Add checking capabilities (#9)
9
- [c94a6b9](../../commits/c94a6b9) Fix Decoder docs (#8)
10
- [eec2566](../../commits/eec2566) Add support to line numbers (#7)
0 commit comments