@codeparticle/strapi-plugin-taxonomies
v1.3.3
Published
Integrated Taxonomy as a content editor
Readme
Strapi Plugin Taxonomy
To run this plugin it must be installed into a strapi application.
Usage
Please refer to https://codeparticle.atlassian.net/wiki/spaces/CP/pages/2528411662/Plugin+Taxonomies.
Dev
You need to create a new strapi project or just use an existing example one:
pnpm run devPublishing
Publishing should already be setup. Just follow these steps to publish the project:
- After code merged to
main/master - Checkout the
main/masterbranch - Run
pnpm version [patch|minor|major] - Push to remote with
git push --tagsto trigger the tag pipeline
