summaryrefslogtreecommitdiff
path: root/.gitea/workflows/publish.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add GitHub Actions workflow for publishing pluginValentin Popov13 hours1-75/+0
| | | | | | | - Introduced a new workflow file (.github/workflows/publish.yml) to automate the publishing process for the plugin. - Configured jobs for testing and publishing to NPM upon version tag pushes. - Included steps for dependency installation, plugin building, and verification before publishing. - Ensured integration tests are run in the playground environment before publishing the plugin.
* Merge pull request 'Update actions/checkout action to v6' (#7) from ↵Valentin Popov13 hours1-2/+2
|\ | | | | | | | | | | renovate/actions-checkout-6.x into master Reviewed-on: https://code.popov.link/valentineus/strapi-plugin-checkbox-list/pulls/7
* | Update actions/setup-node action to v6renovate[bot]14 hours1-2/+2
| |
| * Update actions/checkout action to v6renovate[bot]14 hours1-2/+2
|/
* Add .npmignore, LICENSE.txt, and update README.mdValentin Popov14 hours1-0/+75
- Created a .npmignore file to exclude unnecessary files and directories from npm packages. - Added LICENSE.txt to specify the licensing terms for the project. - Expanded README.md to include detailed plugin features, installation instructions, usage guidelines, and contribution information. - Updated package.json to reflect new repository URLs for issues and homepage.