Sublime Forum

My Package doesn't seems to update to new version

#1

Hi,

I have a Package, https://packagecontrol.io/packages/Project Environment.

I have made some modifications to it, submit them and create the v2.0.0 tag…

I was expecting Package Control to pick this new tag and start to show the new version, but somehow it doesn’t, it still showing the previous version, which is 1.0.11.

Is there anybody who could tell me what I’m doing wrong? I’m sure I’m doing something silly in my repo, but I can’t figure out what.
The link to the git repo is this:
https://bitbucket.org/daniele-niero/sublimeprojectenvironment

Edit:
And now Package control doesn’t even see the Package…

0 Likes

#2

I don’t see anything that looks obviously wrong with why that update wouldn’t happen; it appears to be properly tagged as far as I can tell. There were some changes recently to the website and I think part of that was fixing BitBucket support in general (if I recall correctly), so that might have something to do with it.

I can still see the package in PackageControl (though it’s still version 1.0.11); note that the Install Package command won’t show you packages that are already installed, so that might be why it doesn’t appear for you.

0 Likes

#3

A note for future reference, there was a bug in the BitBucket 2.0 API client in Package Control that was causing it to only fetch the first 10 tag names when looking for versions and first 10 files in the repo when looking for a readme. That has since been fixed.

0 Likes