I noticed that if I hadn't specifically told release-please to use 0.0.8 as the next version the way it is configured it would have wanted to release 0.1.0 since we added a feat: change. Changing this value to true will keep us to only updating the patch version even for minor releases. When we decide we want to move the maturity of this repo to Beta this setting can be flipped back to false.
I noticed that if I hadn't specifically told release-please to use 0.0.8 as the next version the way it is configured it would have wanted to release 0.1.0 since we added a
feat:
change. Changing this value to true will keep us to only updating the patch version even for minor releases. When we decide we want to move the maturity of this repo to Beta this setting can be flipped back to false.