Releases: ubiquity-os/action-deploy-plugin
Releases · ubiquity-os/action-deploy-plugin
v1.1.3
1.1.3 (2024-11-07)
Bug Fixes
- add ESM support by replacing __dirname (b722932)
- adding all generated files (f11d086)
- adding sourcemap option (4bf048d)
- command should run on linux env (0bcd69a)
- correct file addition logic in action.yml (9690d25)
- correct path for dist file in git tree (789e396)
- properly take all files (b9fa926)
v1.1.2
1.1.2 (2024-10-22)
Bug Fixes
- action: refactor manifest update to use async/await (90e7386)
- call updateManifest function in action.yml (5fac319)
- handle ESM and CJS module loading in action script (33147cc)
- rename output file to use .cjs extension (4860686)
- replace async file operations with sync methods (8e99285)
- switch to bash script for pushing changes (876b39b)
- update schema and plugin path extensions, remove ts compilation (086a914)
- update schema and plugin path extensions, remove ts compilation (6c4202b)
v1.1.1
1.1.1 (2024-10-15)
Bug Fixes
- handle schema defaults and required fields correctly (dc46486)
v1.1.0
1.1.0 (2024-10-15)
Features
- add GitHub packages to action setup (5eb45f9)
Bug Fixes
- switch to Octokit for commit and push (45f54ee)
- update default schema path to use .cjs extension (d650040)
v1.0.0
1.0.0 (2024-10-10)
Features
- add CODEOWNERS and enhance README.md (24a312d)
Bug Fixes
- correct order of ncc build command options (0bf5f26)
- remove rebase option during git pull (ca46e9d)
- update bot email to use GitHub noreply address (2c48b0c)