Skip to content

Commit ccbbf69

Browse files
committed
fix: disable release-please temporarily
1 parent 3cbc7c7 commit ccbbf69

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/manual-release.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,14 @@ jobs:
5858
npm version ${{ github.event.inputs.release_type }} --no-git-tag-version
5959
echo "NEW_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
6060
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
61+
#- name: Generate Changelog
62+
# id: changelog
63+
# uses: googleapis/release-please-action@v4
64+
# with:
65+
# release-type: node
66+
# path: packages/react-qr-code
67+
# config-file: .release-please-config.json
68+
# manifest-file: .release-please-manifest.json
6769

6870
- name: Build library
6971
run: pnpm run build:lib

0 commit comments

Comments
 (0)