microsoft / rushstack

Monorepo for tools developed by the Rush Stack community
https://rushstack.io/
Other
5.81k stars 592 forks source link

[rush] Add 'rush version' commit message to rush.json-> gitPolicy #2360

Open jaboko opened 3 years ago

jaboko commented 3 years ago

https://github.com/microsoft/rushstack/blob/decfa7ba4a31b65e407f0cdd52ebda50a0b02c0a/apps/rush-lib/src/cli/actions/VersionAction.ts#L232

I think you should put this message in the rush.json parameter like versionBumpCommitMessage to allow you to add [skip ci] to the message.

Thanks!

iclanton commented 3 years ago

That seems pretty reasonable. Would you be interested in opening a PR to make this change?

jaboko commented 3 years ago

That seems pretty reasonable. Would you be interested in opening a PR to make this change?

Yes, I will do it soon.