I have other files to squash into the release pr. E.g version number in docs.
Is there an easy way to do this ? My thought is to add an extra-files to do this ?
- uses: GoogleCloudPlatform/release-please-action@v2
id: release
with:
package-name: monkey-rust
token: ${{ secrets.GITHUB_TOKEN }}
release-type: rust
extra-files: node patch-my-file.js
This also will fix https://github.com/google-github-actions/release-please-action/issues/180
My current workaround is to change gengjiawen/monkey-rust#57 directly, but it's cumbersome.
cc @bcoe
I have other files to squash into the release pr. E.g version number in docs.
Is there an easy way to do this ? My thought is to add an
extra-filesto do this ?This also will fix https://github.com/google-github-actions/release-please-action/issues/180
My current workaround is to change gengjiawen/monkey-rust#57 directly, but it's cumbersome.
cc @bcoe