File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -178,3 +178,10 @@ with default configuration for build & watch scripts.
178178
179179See [ Testing a plugin in Sanity Studio] ( https://github.com/sanity-io/plugin-kit#testing-a-plugin-in-sanity-studio )
180180on 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.
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments