Skip to content

Commit 5e8f277

Browse files
committed
chore: release v3.0.0-v3-studio.3
1 parent d1d173b commit 5e8f277

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,10 @@ with default configuration for build & watch scripts.
178178

179179
See [Testing a plugin in Sanity Studio](https://github.com/sanity-io/plugin-kit#testing-a-plugin-in-sanity-studio)
180180
on how to run this plugin with hotreload in the studio.
181+
182+
## Release new version
183+
184+
Run ["CI & Release" workflow](https://github.com/sanity-io/code-input/actions).
185+
Make sure to select the main branch and check "Release new version".
186+
187+
Semantic release will only release on configured branches, so it is safe to run release on any branch.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/code-input",
3-
"version": "3.0.0-v3-studio.2",
3+
"version": "3.0.0-v3-studio.3",
44
"description": "Ace editor for editing code",
55
"source": "./src/index.ts",
66
"exports": {

0 commit comments

Comments
 (0)