Skip to content

Commit

Permalink
feat(custom): add semantic release
Browse files Browse the repository at this point in the history
use semantic release instead of changeloggen due to lack of CI support
  • Loading branch information
ankur-arch committed Nov 15, 2024
1 parent 1817fb6 commit 025ee2f
Show file tree
Hide file tree
Showing 3 changed files with 11,653 additions and 5,765 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ jobs:
- run: npm clean-install
- run: npx nuxi prepare
- run: npm run dev:build
- run: npm run lint
- run: npm run prepack
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_NUXT_TOKEN }}
run: npm run release
run: npx semantic-release
Loading

0 comments on commit 025ee2f

Please sign in to comment.