Skip to content

Commit

Permalink
ci: update changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 14, 2022
1 parent c6f2346 commit 1c66401
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/release.yml
Expand Up @@ -13,21 +13,10 @@ jobs:
with:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Set node version to v16
uses: actions/setup-node@v3
- uses: actions/setup-node@v3
with:
node-version: 16

# - run: pnpm i -g @antfu/ni
# - run: nci
# - run: nr test --if-present
# - run: npm publish --access public
# env:
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
node-version: 16.x

- run: npx conventional-github-releaser -p angular
- run: npx changelogithub
env:
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 1c66401

Please sign in to comment.