Lerna version remove commit links

I’m using lerna version for the private gitlab repository, my CHANGELOG.MD will be visible on npm after publish, but commit links won’t be accessible for users, so I want to remove commit links altogether.
One way to do it is to add --no-push option, undo commit, then manually remove the links. Another option is the same as the first, but with the bash script, which will remove links automatically.

I was wondering if the same operation could be done using only lerna version configuration? Couldn’t find anything helpful in lerna docs.