We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbc7c7 commit ccbbf69Copy full SHA for ccbbf69
2 files changed
.github/workflows/manual-release.yml
@@ -58,12 +58,14 @@ jobs:
58
npm version ${{ github.event.inputs.release_type }} --no-git-tag-version
59
echo "NEW_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
60
61
- - name: Generate Changelog
62
- id: changelog
63
- uses: googleapis/release-please-action@v4
64
- with:
65
- command: manifest
66
- config-file: .release-please-manifest.json
+ #- name: Generate Changelog
+ # id: changelog
+ # uses: googleapis/release-please-action@v4
+ # with:
+ # release-type: node
+ # path: packages/react-qr-code
67
+ # config-file: .release-please-config.json
68
+ # manifest-file: .release-please-manifest.json
69
70
- name: Build library
71
run: pnpm run build:lib
.release-please-manifest.json .release-please-config.json.release-please-manifest.json renamed to .release-please-config.json
0 commit comments