Skip to content

Commit e280608

Browse files
docs(modules): simplify version bump instructions in contribution guidelines
1 parent a78c04f commit e280608

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docs/about/contributing/modules.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -316,14 +316,7 @@ When you modify a module, update its version following semantic versioning:
316316
Use the version bump script to update versions:
317317

318318
```bash
319-
# For bug fixes
320-
./.github/scripts/version-bump.sh patch
321-
322-
# For new features
323-
./.github/scripts/version-bump.sh minor
324-
325-
# For breaking changes
326-
./.github/scripts/version-bump.sh major
319+
./.github/scripts/version-bump.sh patch|minor|major
327320
```
328321

329322
## Submit your contribution

0 commit comments

Comments
 (0)