Commit 6b7b0192 authored by Rafael Matias's avatar Rafael Matias Committed by GitHub

chore: update release please (#825)

parent 6c901c56
......@@ -14,9 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run Release Please
uses: googleapis/release-please-action@v3
uses: googleapis/release-please-action@d1a8f221d7723166f48a584aebba00ef3f6febec # v4.1.4
with:
token: ${{ secrets.PAT }}
release-type: simple
include-v-in-tag: false
package-name: ethereum-package
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "simple",
"include-v-in-tag": false,
"include-component-in-tag": false,
"bump-minor-pre-major": true,
"packages": {
".": {
"package-name": "ethereum-package"
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment