# New package tag not showing up in registry

**URL:** https://discourse.julialang.org/t/new-package-tag-not-showing-up-in-registry/15608
**Category:** General Usage
**Created:** [September 28, 2018, 12:48pm UTC](https://discourse.julialang.org/t/new-package-tag-not-showing-up-in-registry/15608 "2018-09-28T12:48:57Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![colintbowers](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/colintbowers/32/8033_2.png) [@colintbowers](https://discourse.julialang.org/u/colintbowers)
#### Post date: [September 28, 2018, 12:48pm UTC](https://discourse.julialang.org/t/new-package-tag-not-showing-up-in-registry/15608/1 "2018-09-28T12:48:57Z")

</div>

Hi all,

I’ve updated a package so it is compatible with Julia v1.0 (the package is [DependentBootstrap](https://github.com/colintbowers/DependentBootstrap.jl)). I’ve tagged the latest version of the package, and if I navigate to the github webpage, the new tag (v1.0) shows up and I can view the updated code in the web browser, so as near as I can tell the remote is all up to date. I did all this about a week ago.

I have attobot installed for the package (and have had it for at least a year - and I double checked it is still there now). My understanding is that attobot takes care of updating the registry so the latest tag shows up. However, I just downloaded the most recent binary for Julia v1.0, and checked ~/.julia/registries/General/D/DependentBootstrap/Versions.toml, and the new tag has not shown up there. Any ideas what has gone wrong?

Cheers,

Colin

---

<div class="post-metadata">

### Author: ![JeffreySarnoff](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jeffreysarnoff/32/1980_2.png) [@JeffreySarnoff](https://discourse.julialang.org/u/JeffreySarnoff)
#### Post date: [September 28, 2018, 1:01pm UTC](https://discourse.julialang.org/t/new-package-tag-not-showing-up-in-registry/15608/2 "2018-09-28T13:01:29Z")

</div>

It looks like you tagged it without creating a new release.  
Click on the tag, select delete.  
Choose draft a new release  
give it the version v1.0 and put DependentBootstrap.jl (for v1) in the label.  
That should get it to the Metadata review. Wait about 2 days (1-3).

---

<div class="post-metadata">

### Author: ![colintbowers](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/colintbowers/32/8033_2.png) [@colintbowers](https://discourse.julialang.org/u/colintbowers)
#### Post date: [September 29, 2018, 11:34am UTC](https://discourse.julialang.org/t/new-package-tag-not-showing-up-in-registry/15608/3 "2018-09-29T11:34:10Z")

</div>

Okay that makes sense. I’m pretty sure I tagged it in GitKraken without creating a release. Didn’t realize the release part was what triggered attobot. Thanks for the help!

Cheers,

Colin

---

<div class="post-metadata">

### Author: ![colintbowers](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/colintbowers/32/8033_2.png) [@colintbowers](https://discourse.julialang.org/u/colintbowers)
#### Post date: [September 29, 2018, 11:39am UTC](https://discourse.julialang.org/t/new-package-tag-not-showing-up-in-registry/15608/4 "2018-09-29T11:39:12Z")

</div>

Yep attobot immediately triggered the this time when I did it via github in a web browser. Thanks again.
