Skip to content

Commit

Permalink
Bumping to next major version
Browse files Browse the repository at this point in the history
Signed-off-by: Vacha Shah <[email protected]>
  • Loading branch information
VachaShah committed Oct 22, 2022
1 parent 058a08c commit 7f65e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backport",
"version": "1.1.4",
"version": "2.0.0",
"license": "MIT",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const run = async () => {

const createdPullRequestBaseBranchToNumber = await backport({
branchName,
filesToSkip
filesToSkip,
getBody,
getHead,
getLabels,
Expand Down

0 comments on commit 7f65e12

Please sign in to comment.