Skip to content

Commit

Permalink
exact name in release please config PR title
Browse files Browse the repository at this point in the history
  • Loading branch information
saadahmsiddiqui committed Aug 13, 2024
1 parent 738313c commit 4940f8f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ or
npm install @buildwithsygma/core
```

## Environment Setup.
## Environment Setup

Make sure to set environment variable `SYGMA_ENV` to either `TESTNET` or `MAINNET` prior to using the SDK.

Expand Down
2 changes: 1 addition & 1 deletion packages/substrate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ or
npm install @buildwithsygma/substrate
```

## Environment Setup
## Environment Setup.

Make sure to set environment variable `SYGMA_ENV` to either `TESTNET` or `MAINNET` prior to using the SDK.

Expand Down
2 changes: 1 addition & 1 deletion release-please/rp-core-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"plugins": ["node-workspace"],
"pull-request-title-pattern": "chore: release ${scope} ${component} ${version}",
"pull-request-title-pattern": "chore: release core ${version}",
"packages": {
"packages/core": {
"releaseType": "node",
Expand Down
2 changes: 1 addition & 1 deletion release-please/rp-evm-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"plugins": ["node-workspace"],
"pull-request-title-pattern": "chore: release ${scope} ${component} ${version}",
"pull-request-title-pattern": "chore: release evm ${version}",
"packages": {
"packages/evm": {
"releaseType": "node",
Expand Down
2 changes: 1 addition & 1 deletion release-please/rp-substrate-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"plugins": ["node-workspace"],
"pull-request-title-pattern": "chore: release ${scope} ${component} ${version}",
"pull-request-title-pattern": "chore: release substrate ${version}",
"packages": {
"packages/substrate": {
"releaseType": "node",
Expand Down

0 comments on commit 4940f8f

Please sign in to comment.