> but that was a bad idea- had to access nested functions multiple layers down in our Services/Views and tests.
It's verbose, yeah, but I don't think it's necessarily bad.
In my mind, the pr...
## Context
After some research, @hughes036 and I found that the `rc` tags are most commonly used to indicate pre-releases (not `dev`, which we've been using).
## Changes
1. update bumpver conf...
I think `shouldBeInLocal` should be equivalent to`!checked`--if the switch is 'on' (`checked=true`, I assume), it's a cloud-only upload, so `shouldBeInLocal` should be `false`