Skip to content
Prev 15360 / 21307 Next

[Bioc-devel] Resetting to previous commits

Yes, it will build the most recent version

If the previous build failed it will even build the most recent code, even
if the code is not bumped. The exception is the following
  you update package A to version X, build succeeds
  you commit code to package A, but does not bump the version
This will not trigger.a rebuild and your latest commits will not be
reflected in the tarballs available to the community. This is why you -- in
general -- need to bump versions when you commit code.

Pro-tip: In general, you will be well served not to get too attached to
version numbers. Bump it frequently even without new functionality or bug
fixes and just live with the frequent bumping.
On Wed, Aug 14, 2019 at 12:43 PM Mike Smith <grimbough at gmail.com> wrote: