aboutsummaryrefslogtreecommitdiff
path: root/.gitea/workflows/publish.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request 'Update actions/checkout action to v6' (#7) from ↵Valentin Popov18 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]19 hours1-2/+2
| |
| * Update actions/checkout action to v6renovate[bot]19 hours1-2/+2
|/
* Add .npmignore, LICENSE.txt, and update README.mdValentin Popov19 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.