Skip to content

feat(pre): add multi-module support for pre and bump pre commands#191

Merged
indaco merged 1 commit intomainfrom
feat/pre-multimodule-support
Jan 27, 2026
Merged

feat(pre): add multi-module support for pre and bump pre commands#191
indaco merged 1 commit intomainfrom
feat/pre-multimodule-support

Conversation

@indaco
Copy link
Copy Markdown
Owner

@indaco indaco commented Jan 27, 2026

Description

Add multi-module support to the standalone sley pre and sley bump pre commands:

  • Support --all flag to set/increment pre-release on all modules
  • Support --module <name> flag to target specific modules
  • Consistent output formatting with other multi-module commands (--format, --quiet, --parallel)

Example usage:

# Set pre-release on all modules
sley pre --label rc --all

# Increment pre-release on specific module
sley pre --label beta --inc --module api

Related Issue

N/A

Notes for Reviewers

  • Follows the same patterns as bump patch/minor/major --all commands
  • The --non-interactive flag is supported for CI/CD pipelines

@indaco indaco marked this pull request as ready for review January 27, 2026 00:17
@indaco indaco merged commit 97623dc into main Jan 27, 2026
7 checks passed
@indaco indaco deleted the feat/pre-multimodule-support branch January 27, 2026 00:17
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