0

Using semantic-release I want to verify my commit message can render proper release notes, and I have no publishing rights, how do I do it?

golopot
  • 10,726
  • 6
  • 37
  • 51

1 Answers1

0

If you look at the documents:

https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#configuration

There is a dry flag command option -d. Give that a shot.

darewreck
  • 2,576
  • 5
  • 42
  • 67