feat(ci): Add GitHub Actions workflows for CI/CD

This commit is contained in:
2024-12-27 01:33:13 +01:00
parent bdc93b01b6
commit 8b586640a1
13 changed files with 265 additions and 74 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2024-12-27 - 1.2.0 - feat(ci)
Add GitHub Actions workflows for CI/CD
- Implemented workflows for handling pushes and tags separately.
- Added job steps for security audits, testing, releasing, and metadata handling.
- Updated .vscode launch configuration to run tests with npm command.
## 2024-12-27 - 1.1.0 - feat(core)
Add TypeScript configuration and update package dependencies and scripts