File tree Expand file tree Collapse file tree 4 files changed +515
-93
lines changed
Expand file tree Collapse file tree 4 files changed +515
-93
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ Releases are managed through GitHub Actions. To create a new release:
45453 . Click on the "Release" workflow
46464 . Click "Run workflow"
47475 . Select the version bump type:
48- - ` patch ` : for backwards-compatible bug fixes (0.0.x)
49- - ` minor ` : for backwards-compatible new features (0.x.0)
50- - ` major ` : for breaking changes (x.0.0)
48+ - ` patch ` : for backwards-compatible changes (0.0.x)
49+ - ` minor ` : for breaking changes (0.x.0)
50+ - ` major ` : for major breaking changes (x.0.0)
5151 - ` prerelease ` : for pre-release versions (0.0.0-pre.timestamp)
52526 . Click "Run workflow" to start the release process
5353
Original file line number Diff line number Diff line change @@ -170,8 +170,8 @@ export function ContractList(props: { contracts: Contract[] }) {
170170 </ Box >
171171
172172 < Box paddingLeft = { 4 } flexDirection = "column" >
173- < Text dimColor > # Place a buy order to get started</ Text >
174- < Text color = "yellow" > sf buy </ Text >
173+ < Text dimColor > # Buy a node to get started</ Text >
174+ < Text color = "yellow" > sf nodes create </ Text >
175175 </ Box >
176176 </ Box >
177177 ) ;
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ export function OrderDisplay(props: {
189189
190190 < Box paddingLeft = { 4 } flexDirection = "column" >
191191 < Text dimColor > # Place an order to buy compute</ Text >
192- < Text color = "yellow" > sf buy </ Text >
192+ < Text color = "yellow" > sf nodes create </ Text >
193193 </ Box >
194194 </ Box >
195195 ) ;
You can’t perform that action at this time.
0 commit comments