Skip to content

feat: support app-scoped versioning for monorepos - #144

Merged
oflynned merged 2 commits into
nextfrom
feat/support-app-variants
Jun 23, 2026
Merged

feat: support app-scoped versioning for monorepos#144
oflynned merged 2 commits into
nextfrom
feat/support-app-variants

Conversation

@oflynned

Copy link
Copy Markdown
Owner

Summary

  • add app_path support to scope version storage under an Android app or module
  • add git_tag_prefix for app-specific release tags and outputs
  • add path_filter no-op behavior for unrelated app changes
  • expose release_action as released or skipped
  • document multi-app workflow usage and path filtering constraints

Fixes #137

Tests

  • npm run lint
  • npm run typecheck
  • npm test -- --runInBand
  • npm run test:e2e

@oflynned oflynned changed the title Support app-scoped versioning for monorepos feat: support app-scoped versioning for monorepos Jun 23, 2026
@oflynned
oflynned merged commit c3096a5 into next Jun 23, 2026
2 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.

Support monorepos, multiple Android apps, and variants

1 participant