Skip to content

Commit

Permalink
chore: add release context
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Apr 19, 2021
1 parent 11f2e38 commit 1c4d0f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions conventional-github-releaser-context.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"owner": "smooth-code",
"repository": "jest-puppeteer"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "lerna run build --parallel -- --watch",
"format": "prettier --write \"packages/**/*.{js,json,md}\" \"*.{js,json,md}\"",
"lint": "eslint .",
"release": "lerna publish --conventional-commits --git-remote upstream && conventional-github-releaser --preset angular",
"release": "lerna publish --conventional-commits --git-remote upstream && conventional-github-releaser --preset angular --context ./conventional-github-releaser-context.json",
"test": "jest --runInBand",
"test:incognito": "cross-env INCOGNITO=true jest --runInBand",
"prepare": "husky install"
Expand Down

0 comments on commit 1c4d0f7

Please sign in to comment.