@tryghost/sodo-search
v1.8.3
Published
## Development
Maintainers
Keywords
Readme
Sodo Search
Development
Pre-requisites
- Run
yarnin Ghost monorepo root - Run
yarnin this directory
Running via Ghost yarn dev in root folder
You can automatically start the Sodo-Search dev server when developing Ghost by running Ghost (in root folder) via yarn dev --all or yarn dev --search.
Release
A patch release can be rolled out instantly in production, whereas a minor/major release requires the Ghost monorepo to be updated and released.
In either case, you need sufficient permissions to release @tryghost packages on NPM.
Patch release
- Run
yarn shipand select a patch version when prompted - Merge the release commit to
main
Minor / major release
- Run
yarn shipand select a minor or major version when prompted - Merge the release commit to
main - Wait until a new version of Ghost is released
To use the new version of Sodo-Search in Ghost, update the version in Ghost core's default configuration (currently at core/shared/config/default.json)
Copyright & License
Copyright (c) 2013-2025 Ghost Foundation - Released under the MIT license.
