Closed dsanders11 closed 2 years ago
Actually, one more question - does this allow commits that start with [skip ci]
like in https://github.com/postmanlabs/postject/pull/28?
Actually, one more question - does this allow commits that start with [skip ci] like in https://github.com/postmanlabs/postject/pull/28?
I believe you would just need to put the [skip ci]
somewhere else other than the start of the message, like on the end instead, which I think is preferable anyway since it keeps the starts of messages clean and easy to scan.
Actually looks like that's how the action author does it on their own commits: "chore: Release 4.6.0 [skip ci]"
We've been using semantic commit messages for this project, let's enforce it.