Skip to content

Commit

Permalink
fix: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed May 5, 2023
1 parent f840e5a commit ad60d24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 575 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
git config --local user.email "github-actions[bot]@users.noreply.github.com"
- name: Create bump and changelog main
if: github.ref == 'refs/heads/main'
run: pnpm dlx capacitor-plugin-standard-version
run: pnpm dlx capacitor-plugin-standard-version@latest
- name: Create bump and changelog development
if: github.ref != 'refs/heads/main'
run: pnpm dlx capacitor-plugin-standard-version --prerelease alpha
run: pnpm dlx capacitor-plugin-standard-version@latest --prerelease alpha
- name: Update Doc
run: pnpm docgen
- name: Update Doc
Expand Down

0 comments on commit ad60d24

Please sign in to comment.