puppeteer/.versionrc
Mathias Bynens a0d8a27856
chore: automate versioning + changelog (#6556)
As long as we follow Conventional Commits for our commit messages (which is now enforced since #6483), we can automate the maintenance of this new changelog, which enables us to later automate the release process altogether.

This patch also eliminates the versioning decision-making process by automating it based on our commit messages.

Issue: #6482
2020-10-29 10:53:51 +01:00

4 lines
75 B
Plaintext

{
"releaseCommitMessageFormat": "chore(release): mark v{{currentTag}}"
}