Hi,
I wrote a small package that I submitted to the Package Control default channel following the steps in https://packagecontrol.io/docs/submitting_a_package using the following configuration:
{
"name": "Linearize XML",
"details": "https://bitbucket.org/flansch/sublimetext-linearizexml/",
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
}
My pull request has been merged some time ago but when I’m searching for my package on packagecontrol.io or inside Sublime Text it is not showing up.
Does anyone have an idea how to find out why my package is missing?
Thank you
Daniel