Skip to content

Commit 2697eee

Browse files
committed
chore: add thye initial release changelog
1 parent 756d42d commit 2697eee

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
],
99
"commit": false,
1010
"access": "restricted",
11-
"baseBranch": "main"
11+
"baseBranch": "v0-1-0"
1212
}

.changeset/cool-llamas-cough.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@openzeppelin/relayer-sdk': minor
3+
---
4+
5+
The initial release, v0.1.0.

scripts/state.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async function getState({ github, context, core }) {
6262
refName,
6363
hasPendingChangesets: changesets.length > 0,
6464
prerelease: preState?.mode === 'pre',
65-
isMain: refName === 'main',
65+
isMain: refName === 'v0-1-0',
6666
isReleaseBranch: refName.startsWith('release-v'),
6767
isWorkflowDispatch: context.eventName === 'workflow_dispatch',
6868
isPush: context.eventName === 'push',
@@ -75,7 +75,7 @@ async function getState({ github, context, core }) {
7575
owner: context.repo.owner,
7676
repo: context.repo.repo,
7777
head: `${context.repo.owner}:merge/${state.refName}`,
78-
base: 'main',
78+
base: 'v0-1-0',
7979
state: 'open',
8080
});
8181

0 commit comments

Comments
 (0)