rwjblue / create-rwjblue-release-it-setup

MIT License
30 stars 11 forks source link

use release-it version of project #313

Open jelhan opened 1 year ago

jelhan commented 1 year ago

Using npx to run release-it has several trade-offs:

  1. release-it needs to be downloaded and installed first.
  2. It uses the latest version of release-it instead of the version installed in the project.

I think we should recommend using the version of release-it already installed in the project. The documentation already assumes that yarn is used as package manager. Following that assumption it would be yarn run release-it.

Additionally I fix the indentation of the code blocks to make them shown as being part of the item in the list.