Skip to content

Commit fc4338e

Browse files
committed
chore: update README.md
1 parent d91601d commit fc4338e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ A collection of Badass modules and utilities to help you level up your NestJS ap
2525

2626
Contributions welcome! Read the [contribution guidelines](./docs/contributing.md) first.
2727

28+
## 📦 Publishing
29+
30+
To ensure only relevant packages are published, version bumps must be done manually. This approach avoids relying on Git tags, which tend to result in higher conflict rates. Once the version is updated in a package’s package.json, it can be published individually.
31+
32+
Historically, any change to a shared library would trigger a publish for all packages — even those that hadn’t changed. This manual bumping strategy prevents unnecessary publishes and keeps versioning meaningful.
33+
2834
## License
2935

3036
[MIT License](LICENSE)

0 commit comments

Comments
 (0)