Updating Config Sync
We are always working to make Config Sync better by fixing bugs and introducing new features. These changes will be released as minor or patch versions as defined in the Semantic Versioning specification.
Bump a minor/patch version
When you're updating Config Sync you'll have to follow these steps:
- Make sure there are no config changes before starting. Either export or import all staged changes.
- Update the version of the
strapi-plugin-config-sync
package in yourpackage.json
using your package manager of choice (yarn/npm/pnpm) - After you've bumped the version make sure to export any new changes that are now shown. It is possible that new configs are introduced, or old ones are updated/removed.
- You're now ready to push these changes an commit them to your source control!