feat!: Remove woocommerce_shop_loop
hook call in Product::setup()
…
#2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release | |
on: | |
push: | |
branches: | |
- 1.x | |
- 2.x | |
permissions: | |
contents: write | |
pull-requests: write | |
jobs: | |
release: | |
name: Release | |
runs-on: ubuntu-latest | |
steps: | |
- uses: googleapis/release-please-action@v4 | |
with: | |
target-branch: ${{ github.ref_name }} | |
config-file: release-please-config.json | |
manifest-file: .release-please-manifest.json |