| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update package.json and GitHub Actions workflow for version consistency | Valentin Popov | 11 hours | 1 | -0/+16 |
| | | | | | | | - Changed the repository URL in package.json from SSH to HTTPS for better accessibility. - Updated the homepage URL in package.json to remove the #readme fragment. - Added a step in the GitHub Actions workflow to ensure that the tag matches the package version before publishing, enhancing version control integrity. | ||||
| * | Add GitHub Actions workflow for publishing plugin | Valentin Popov | 12 hours | 1 | -0/+72 |
| - 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. | |||||
