Skip to content

Commit

Permalink
chore: Fix release please config (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj authored Aug 10, 2024
1 parent f3c1f63 commit d39e89a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.0.0"
}
9 changes: 9 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"release-type": "ruby",
"include-v-in-tag": true,
"packages": {
".": {
"version-file": "lib/jwt/eddsa/version.rb"
}
}
}

0 comments on commit d39e89a

Please sign in to comment.