You are looking at the devel version of your package on git, but the release on 
the Bioconductor website.

/Rpacks/deltaCaptureC$ grep Version DESCRIPTION
Version: 1.7.1
/Rpacks/deltaCaptureC$ git checkout RELEASE_3_13
Switched to branch 'RELEASE_3_13'
Your branch is up-to-date with 'origin/RELEASE_3_13'.
/Rpacks/deltaCaptureC$ grep Version DESCRIPTION
Version: 1.6.0

If you have a bug, and need to update the release version, you need to fix both 
the release and devel branches, and increment both versions. 
http://bioconductor.org/developers/how-to/git/bug-fix-in-release-and-devel/

-----Original Message-----
From: Bioc-devel <bioc-devel-boun...@r-project.org> On Behalf Of Michael Shapiro
Sent: Thursday, June 24, 2021 10:23 AM
To: bioc-devel@r-project.org
Subject: [Bioc-devel] problem pushing update to deltaCaptureC


I am trying to update the citation in my package deltaCaptureC but have not had 
any success.  I am following the instructions at 
https://bioconductor.org/developers/how-to/git/push-to-github-bioc/

My local copy of the package has version 1.7.1
   git remote -v
gives me
   origin https://github.com/michaeldshapiro/deltaCaptureC (fetch)
   origin https://github.com/michaeldshapiro/deltaCaptureC (push)
   upstream g...@git.bioconductor.org:packages/deltaCaptureC.git (fetch)
   upstream g...@git.bioconductor.org:packages/deltaCaptureC.git (push) as 
expected.
   git push origin master
and
   git push upstream master
both tell me
   Everything up-to-date

However, the copy of this package on bioconductor remains version 1.6.0

Please advise.

Many thanks,
Michael




The Francis Crick Institute Limited is a registered charity in England and 
Wales no. 1140062 and a company registered in England and Wales no. 06885462, 
with its registered office at 1 Midland Road London NW1 1AT

        [[alternative HTML version deleted]]

_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Reply via email to