Skip to content

Commit 54081f9

Browse files
committed
ci: fix release
1 parent c24e874 commit 54081f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
git push origin v$PACKAGE_VERSION
7676
BENCH_RESULTS="$(cat bench_results.txt)"
7777
RELEASE_NOTES="### Benchmark Results:
78-
```
78+
\`\`\`
7979
$BENCH_RESULTS
80-
```"
80+
\`\`\`"
8181
echo "$RELEASE_NOTES" > release_notes.md
8282
gh release create v$PACKAGE_VERSION --title "v$PACKAGE_VERSION" --notes-file release_notes.md

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stemin",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Indonesian language stemmer with Levenshtein distance based on ariaghora/mpstemmer and damzaky/sastrawijs",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)