diff --git a/conventional-github-releaser-context.json b/conventional-github-releaser-context.json new file mode 100644 index 00000000..227cc9ae --- /dev/null +++ b/conventional-github-releaser-context.json @@ -0,0 +1,4 @@ +{ + "owner": "smooth-code", + "repository": "jest-puppeteer" +} diff --git a/package.json b/package.json index 700bf9fc..c6c1634b 100644 --- a/package.json +++ b/package.json @@ -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"