Skip to content

Commit 0820f1f

Browse files
committed
docs(CHANGES) Move with_shared behavior change to Breaking changes section
why: A default-behavior flip belongs under "Breaking changes", not "New features"; the project consistently uses this convention (v1.54.0, v1.53.0, v1.52.0, etc.). what: - Add ### Breaking changes section to v1.57.x unreleased block - Move the with_shared default-exclusion prose there as a subsection - Remove the inline **Behavior change** prefix from the New features entry
1 parent d6c7168 commit 0820f1f

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGES

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,18 @@ $ uvx --from 'vcspull' --prerelease allow vcspull
3333
_Notes on upcoming releases will be added here_
3434
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->
3535

36+
### Breaking changes
37+
38+
#### `vcspull import gitlab`: `--with-shared` now defaults to excluded
39+
40+
Prior to this release, GitLab's group API returned shared projects by default.
41+
vcspull now explicitly requests `with_shared=false`, so shared repositories are
42+
excluded unless `--with-shared` is passed.
43+
3644
### New features
3745

3846
#### `vcspull import gitlab`: Add `--with-shared` and `--skip-group` flags
3947

40-
**Behavior change**: Prior to this release, GitLab's group API returned shared
41-
projects by default. vcspull now explicitly requests `with_shared=false`, so
42-
shared repositories are excluded unless `--with-shared` is passed.
43-
4448
- `--with-shared`: Opt-in flag to include projects shared into a group from
4549
another namespace. Only applies in `--mode org`; a warning is emitted when
4650
used in user or search modes.

0 commit comments

Comments
 (0)