Skip to content

Commit 6bdf895

Browse files
committed
docs: Update CHANGELOG.md with explicit platform and git tag control features
1 parent aa371a8 commit 6bdf895

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ All notable changes for each version of the Ambient Music extension.
1313
- refactor: Extract Git operations into a separate utility
1414
- Refactor: Centralized file handling operations by introducing a new FileHandler utility. This improves consistency and maintainability across different updaters.
1515
- fix: Corrected NodeUpdater tests by ensuring manifestPath is set.
16+
- refactor: Centralized manifest parsing and updating logic by introducing `ManifestParser` utility and updating all updaters to use it.
17+
- feat: Enhance version bump action with explicit platform and git tag control
18+
- Add `target_platform` input to `action.yml` allowing users to explicitly specify the platform for version bumping, bypassing automatic detection.
19+
- Modify `UpdaterService` to use the `target_platform` if provided, otherwise fall back to existing detection logic.
20+
- Update `index.ts` to read and pass `target_platform` to `UpdaterService`.
21+
- Implement conditional Git tag creation based on the `git_tag` input from `action.yml`.
1622

1723
## v0.7.0 2025 08 24
1824

0 commit comments

Comments
 (0)