Skip to content

Commit

Permalink
chore(internal): fix release please version config (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored and chen-annie committed Jul 13, 2023
1 parent 908ff10 commit 1cc2a12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
}
],
"release-type": "node",
"extra-files": ["version.ts"]
"extra-files": ["src/version.ts"]
}
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '1.7.0'; // x-release-please-version
export const VERSION = '2.0.0'; // x-release-please-version

0 comments on commit 1cc2a12

Please sign in to comment.