fix(ci): Update CI workflows, dependency paths, and project configuration

This commit is contained in:
2025-05-26 08:53:25 +00:00
parent f807271aa1
commit 9c2dc18041
17 changed files with 9290 additions and 11333 deletions

48
changelog.md Normal file
View File

@@ -0,0 +1,48 @@
# Changelog
## 2025-05-26 - 2.0.2 - fix(ci)
Update CI workflows, dependency paths, and project configuration
- Added new CI workflow files (.gitea/workflows/default_nottags.yaml and .gitea/workflows/default_tags.yaml) to replace the old GitLab CI configuration
- Removed obsolete .gitlab-ci.yml file
- Updated dependency import paths from '@pushrocks' to '@push.rocks' in source and commit info files
- Revised package.json with new metadata fields and updated dependency versions
- Enhanced tsconfig.json with decorator metadata and NodeNext module settings
- Minor adjustments in .gitignore and readme formatting
## 2022-07-16 - 2.0.1 - no significant changes
This release was a version update only and did not include any relevant changes.
- No noteworthy modifications.
## 2022-07-16 - 2.0.0 - core
fix(core): update
- Updated core functionality.
## 2022-07-16 - 1.0.5 - core
BREAKING CHANGE(core): switch to esm
- Switched to ES modules, introducing breaking changes.
## 2022-07-16 - 1.0.4 - core
fix(core): update
- Updated core functionality.
## 2021-04-14 - 1.0.3 - core
fix(core): update
- Updated core functionality.
## 2021-04-13 - 1.0.2 - core
fix(core): update
- Updated core functionality.
## 2021-04-12 - 1.0.1 - core
fix(core): update
- Updated core functionality.
Other releases that were simple version bumps have been omitted from detailed descriptions.