Skip to content

Commit

Permalink
feat(testing): changelog tested
Browse files Browse the repository at this point in the history
  • Loading branch information
barisbora committed May 17, 2023
1 parent 1814307 commit 34ba315
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
node-version: 18.x
registry-url: https://npm.pkg.github.com/

# - run: npx changelogithub
# env:
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- run: npx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- run: npm publish eslint-config-basic
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NPM_TOKEN: ${{secrets.GITHUB_TOKEN}}

- run: npm publish eslint-config-basic
- run: npm publish eslint-config-ts
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,5 @@
"lint": "eslint .",
"release": "bumpp -r && pnpm -r publish"
},
"packageManager": "[email protected]",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
"packageManager": "[email protected]"
}
3 changes: 3 additions & 0 deletions packages/eslint-config-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@
},
"devDependencies": {
"eslint": "^8.38.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}
3 changes: 3 additions & 0 deletions packages/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
},
"devDependencies": {
"eslint": "^8.38.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}

0 comments on commit 34ba315

Please sign in to comment.