Skip to content

Commit

Permalink
ci: publish by comment only
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Aug 26, 2024
1 parent 29b6665 commit b3946e3
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 318 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,5 @@ jobs:
pnpm dlx pkg-pr-new@0.0 publish --compact --pnpm
./packages/eslint-remote-tester
./packages/repositories
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20 changes: 0 additions & 20 deletions .github/workflows/publish-pr.yml

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,14 @@
"test:integration": "pnpm --recursive --stream --reporter-hide-prefix test:integration",
"test:smoke": "pnpm --recursive --stream --reporter-hide-prefix test:smoke",
"generate:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"lint": "eslint . --max-warnings 0 && publint packages/*",
"publish-pr": "pkg-pr-new publish --compact ./packages/eslint-remote-tester ./packages/repositories"
"lint": "eslint . --max-warnings 0 && publint packages/*"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"pkg-pr-new": "^0.0.20",
"prettier": "^3.3.3",
"publint": "^0.2.10",
"typescript": "^5.5.4",
Expand Down
Loading

0 comments on commit b3946e3

Please sign in to comment.