|
| 1 | + |
| 2 | +## [1.0.0] - 2025-12-04 |
| 3 | + |
| 4 | +# Changelog |
| 5 | + |
| 6 | +## 🚀 Features |
| 7 | + |
| 8 | +- feat: Add an job to aggregate test results and set commit status. |
| 9 | +- feat: Add changelog configuration file and integrate it into the release workflow. |
| 10 | +- feat: add release workflow, MPL-2.0 license, and update REUSE.toml. |
| 11 | +- feat: add workflow concurrency to build-and-test workflow and update core action paths in version bumping actions. |
| 12 | + |
| 13 | +## 🐛 Fixes |
| 14 | + |
| 15 | +- fix: Add step to copy actions to workspace as a workaround for a GitHub Actions runner limitation. |
| 16 | +- fix: correct copyright year in README.md |
| 17 | +- fix: correct core action path in npm version bumping workflow |
| 18 | +- fix: correctly copy action contents to the workspace instead of the directory itself. |
| 19 | +- fix: correctly copy action directory contents to workspace (#12) |
| 20 | +- fix: correctly copy action directory contents to workspace instead of the directory itself. |
| 21 | +- fix: remove angle brackets from SPDX fields in REUSE.toml |
| 22 | +- fix: update workflow group (#7) |
| 23 | +- fix: use external invoking for sub-actions (#13) |
| 24 | +- fix: workaround for invoke local action from external repo (#11) |
| 25 | + |
| 26 | +## 🧰 Maintenance |
| 27 | + |
| 28 | +- chore: add build test final status for PR's status check (#14) |
| 29 | +- chore: remove package-lock.json |
| 30 | +- chore: Replace copyright placeholder with actual project name in REUSE.toml. |
| 31 | +- chore: update action usage examples to use a unified gateway action (#2) |
| 32 | +- chore: Update action usage paths in READMEs and project metadata in REUSE.toml. |
| 33 | +- chore: Use pull request number for workflow concurrency groups. |
| 34 | +- chore(deps-dev): bump jest and @types/jest in /.github/actions/core (#8) |
| 35 | +- chore(deps-dev): bump ts-jest from 29.4.5 to 29.4.6 in /.github/actions/core (#9) |
| 36 | +- ci: change workflow trigger from pull_request_target to pull_request |
| 37 | +- ci: Configure semver bumper to explicitly use HEAD as the target tag in the release workflow. (#18) |
| 38 | +- ci: improved changelog generation (#16) |
| 39 | +- ci: switch GitHub Actions runners from 'solinas' to 'ubuntu-latest' |
| 40 | +- ci: Update build runner from solinas to ubuntu-latest |
| 41 | +- refactor: Update path for core action and rename input to . |
| 42 | +- refactor: update action usage examples to use a unified gateway action with a input and add clarifying documentation |
| 43 | +- refactor: Update build workflow to use a unified version bumper action with a input. |
| 44 | +- refactor: update internal action path and rename input to |
| 45 | +- refactor: update workflow trigger from pull_request to pull_request_target |
| 46 | +- refactor: validation workflow now test from gateway action (#4) |
| 47 | + |
| 48 | +## 📝 Documentation |
| 49 | + |
| 50 | +- docs: add project name into copyright place holder (#5) |
| 51 | +- docs: add requirements section and update licensing link in README (#10) |
| 52 | +- docs: add requirements section and update licensing link in README. |
| 53 | +- docs: update Maven README (#3) |
| 54 | +- docs: update Maven README to remove outdated credential example and add Nexus env vars to main usage. |
| 55 | + |
| 56 | + |
0 commit comments