Skip to content

Commit

Permalink
fix: compiled for sanity 3.0.0-rc.0
Browse files Browse the repository at this point in the history
Upgraded with
"npx @sanity/plugin-kit inject --preset semver-workflow --preset renovatebot"
  • Loading branch information
snorrees committed Nov 3, 2022
1 parent 2ff9375 commit 2b012f8
Show file tree
Hide file tree
Showing 8 changed files with 8,970 additions and 8,422 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
commitlint.config.js
lib
lint-staged.config.js
package.config.ts
*.js
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ jspm_packages
# Cache
.cache

# Parcel
.parcel-cache
# Yalc
.yalc
yalc.lock

test/fixtures/init/empty
##npm package zips
*.tgz

# Compiled plugin
lib
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,12 @@ const MyComponent = () => {
};

```

## License

MIT-licensed. See LICENSE.

## Develop & Test
## Develop & test

This plugin uses [@sanity/plugin-kit](https://github.com/sanity-io/plugin-kit)
with default configuration for build & watch scripts.
Expand All @@ -87,8 +88,7 @@ on how to run this plugin with hotreload in the studio.

### Release new version

Run ["CI & Release" workflow](https://github.com/sanity-io/sanity-secrets/actions/workflows/main.yml).
Run ["CI & Release" workflow](https://github.com/sanity-io/sanity-studio-secrets/actions/workflows/main.yml).
Make sure to select the main branch and check "Release new version".

Semantic release will only release on configured branches, so it is safe to run release on any branch.

Loading

0 comments on commit 2b012f8

Please sign in to comment.