Skip to content

feat: classify mobile releases for store publishing - #19

Merged
rdlabo merged 3 commits into
mainfrom
feat/app-store-publishing
Jul 15, 2026
Merged

feat: classify mobile releases for store publishing#19
rdlabo merged 3 commits into
mainfrom
feat/app-store-publishing

Conversation

@rdlabo

@rdlabo rdlabo commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add a shared mobile release classifier for Ionic applications
  • route patch and prerelease tags to Live Update, and major/minor releases to native store publishing
  • validate Android/iOS marketing versions and build-number progression
  • reject native changes in patch releases and retain compatibility with the existing Live Update validator
  • document the release model and build-number encoding

Why

The previous validator only inspected earlier tags in the same major/minor line. The first tag of a new minor line could therefore be treated as a Live Update instead of a native store release.

Checks

  • npm run test:actions (48 tests passed)
  • targeted Prettier checks
  • workflow/action YAML parsing
  • git diff --check

Rollout

Merge this PR before the consumer application PRs. Their release workflows reference this shared action from main.

@netlify

netlify Bot commented Jul 15, 2026

Copy link
Copy Markdown

Deploy Preview for rdlabo-ionic-angular-library ready!

Name Link
🔨 Latest commit e87ba56
🔍 Latest deploy log https://app.netlify.com/projects/rdlabo-ionic-angular-library/deploys/6a572e7a39030f0008499af7
😎 Deploy Preview https://deploy-preview-19--rdlabo-ionic-angular-library.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@rdlabo
rdlabo marked this pull request as ready for review July 15, 2026 05:10

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

View 2 additional findings in Devin Review.

Open in Devin Review

Comment thread .github/actions/classify-mobile-release/action.yml Outdated
@rdlabo
rdlabo merged commit 35282e9 into main Jul 15, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant