Skip to content

Commit

Permalink
ci: Drop release-please config (#4180)
Browse files Browse the repository at this point in the history
This is no longer needed after the first release from the main branch
(v4.0.0).
  • Loading branch information
joeyparrish authored May 3, 2022
1 parent a392c02 commit c2f1fb5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,8 @@ jobs:
- uses: google-github-actions/release-please-action@v3
id: release
with:
# Without this command, the manifest file will be ignored. At least
# for our initial main-branch releases using this workflow, we must
# use the manifest and config file.
command: manifest
config-file: .release-please-config.json
manifest-file: .release-please-manifest.json
# Make sure the player version gets updated.
extra-files: lib/player.js
# Required input to specify the release type (node package).
release-type: node
# Make sure we create the PR against the correct branch.
default-branch: ${{ github.ref_name }}

Expand Down
9 changes: 0 additions & 9 deletions .release-please-config.json

This file was deleted.

3 changes: 0 additions & 3 deletions .release-please-manifest.json

This file was deleted.

0 comments on commit c2f1fb5

Please sign in to comment.