You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,12 @@ All notable changes for each version of the Ambient Music extension.
13
13
- refactor: Extract Git operations into a separate utility
14
14
- Refactor: Centralized file handling operations by introducing a new FileHandler utility. This improves consistency and maintainability across different updaters.
15
15
- 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`.
0 commit comments