@codeparticle/strapi-plugin-tags
v1.4.5
Published
Integrated Tags as a content editor
Downloads
391
Readme
Strapi Plugin Tags
To run this plugin it must be installed into a strapi application.
Usage
Please refer to https://codeparticle.atlassian.net/wiki/spaces/CP/pages/2528083983/Plugin+Tags.
Dev
You might need to install plugins from the example-app folder directly before developing
cd example-app && pnpm installYou 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
