mooltiverse / nyx

The one stop semantic release tool
https://github.com/mooltiverse/nyx
Apache License 2.0
116 stars 8 forks source link

contradicting documentation and examples regarding `publish` and `publishPreRelease` #301

Closed sh-cau closed 8 months ago

sh-cau commented 8 months ago

In the documentation it says that publishing a prerelease is only possible when publish: true. But at the same time, in the examples there's a (senseless) example where publish: false and publishPreRelease: true.

flelli commented 8 months ago

Hi @sh-cau ,

thanks for finding the confusing example in the docs. In that example publish: false has priority over publishPreRelease: true so no publication happens. However, the example may be misleading and I'll fix it.