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 c24e874 commit 54081f9Copy full SHA for 54081f9
.github/workflows/release.yml
@@ -75,8 +75,8 @@ jobs:
75
git push origin v$PACKAGE_VERSION
76
BENCH_RESULTS="$(cat bench_results.txt)"
77
RELEASE_NOTES="### Benchmark Results:
78
- ```
+ \`\`\`
79
$BENCH_RESULTS
80
- ```"
+ \`\`\`"
81
echo "$RELEASE_NOTES" > release_notes.md
82
gh release create v$PACKAGE_VERSION --title "v$PACKAGE_VERSION" --notes-file release_notes.md
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "stemin",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Indonesian language stemmer with Levenshtein distance based on ariaghora/mpstemmer and damzaky/sastrawijs",
5
"type": "module",
6
"exports": {
0 commit comments