Skip to content

Commit

Permalink
revert pr title
Browse files Browse the repository at this point in the history
  • Loading branch information
saadahmsiddiqui committed Aug 13, 2024
1 parent 8a65bf6 commit 0460b3b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
command: manifest
release-type: node
group-pull-request-title-pattern: "chore: release ${scope} ${component} ${version}"
config-file: "release-please/rp-core-config.json"
manifest-file: "release-please/rp-core-manifest.json"
path: "packages/core"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-evm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
command: manifest
release-type: node
path: "packages/evm"
group-pull-request-title-pattern: "chore: release ${scope} ${component} ${version}"
config-file: "release-please/rp-evm-config.json"
manifest-file: "release-please/rp-evm-manifest.json"
token: ${{secrets.RELEASE_TOKEN}}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-substrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
command: manifest
release-type: node
token: ${{secrets.RELEASE_TOKEN}}
group-pull-request-title-pattern: "chore: release ${scope} ${component} ${version}"
config-file: "release-please/rp-substrate-config.json"
manifest-file: "release-please/rp-substrate-manifest.json"
monorepo-tags: true
Expand Down
1 change: 0 additions & 1 deletion release-please/rp-core-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"plugins": ["node-workspace"],
"group-pull-request-title-pattern": "chore: release ${scope} ${component} ${version}",
"packages": {
"packages/core": {
"releaseType": "node",
Expand Down
1 change: 0 additions & 1 deletion release-please/rp-evm-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"plugins": ["node-workspace"],
"group-pull-request-title-pattern": "chore: release ${scope} ${component} ${version}",
"packages": {
"packages/evm": {
"releaseType": "node",
Expand Down
1 change: 0 additions & 1 deletion release-please/rp-substrate-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"plugins": ["node-workspace"],
"group-pull-request-title-pattern": "chore: release ${scope} ${component} ${version}",
"packages": {
"packages/substrate": {
"releaseType": "node",
Expand Down

0 comments on commit 0460b3b

Please sign in to comment.