Commit Graph

5 Commits

Author SHA1 Message Date
Innei 42d39fdd22
feat(release): enhance version tagging and release extraction
- Updated the version setup action to handle new tag formats for desktop and mobile releases.
- Introduced a new script to extract release information from commit messages, improving the tagging process.
- Modified workflows to create tags in the format of `desktop/v1.2.3` and `mobile/v1.2.3`.
- Enhanced the updater logic to accommodate the new tagging structure and ensure proper release handling.

Signed-off-by: Innei <tukon479@gmail.com>
2025-07-29 19:04:09 +08:00
Innei e5e9e8dfde
ci: Update version setup action to support desktop and mobile app versioning
- Add input parameter to specify app type (desktop or mobile)
- Modify version extraction logic to use correct package.json based on app type
- Update build workflow to explicitly set app type when setting up version

Signed-off-by: Innei <tukon479@gmail.com>
2025-03-04 15:32:32 +08:00
Innei 26d01fd835
chore: use prettier to format code (#306) 2024-09-09 15:04:57 +08:00
DIYgod 7c597e1c3d
chore: fix version 2024-07-11 14:44:33 +08:00
DIYgod ef65c42501
chore: custom version action 2024-07-11 14:27:05 +08:00