I am trying to push updates to my package on Bioconductor, but even though
- I have followed these instructions: http://bioconductor.org/developers/how-to/git/maintain-bioc-only/ and
- I did see that an update was recognised in the daily build report (the little circles here were green when I updated: http://bioconductor.org/checkResults/3.12/bioc-LATEST/index.html) and
- I have waited 20 days to see a change on the Bioconductor page
I don't see anything. It still says updated before release on the site: http://bioconductor.org/packages/3.12/bioc/html/Omixer.html
Please could you help me understand what I'm missing?
Thank you very much for replying, even in the wrong place for asking!
This is definitely the problem, and I misunderstood the correct version bumping practices! Thank you again.
Apologies - I now get an Error: Illegal version bump from 1.1.1 to 1.0.1. Since I have already pushed an incorrect version bump to 1.1.1 I cannot revert to the correct version bump (1.0.1). Would you be able to suggest a solution? I will also ask in bioc-devel.
Please see the documentation on pushing to the release branch. It looks like you are trying to still push to the master branch. You will have to push to RELEASE_3_12
http://bioconductor.org/developers/how-to/git/bug-fix-in-release-and-devel/