```
jbosstools-build missing 1 tags:
jbosstools-4.0.0.Final
jbosstools-build-ci missing 3 tags:
jbosstools-4.0.0.Final,
jbosstools-4.1.1.Final,
jbosstools-4.2.0.Final
jbosstools-build-sites missing 2 tags:
jbosstools-4.0.0.Final,
jbosstools-4.1.0.Final
jbosstools-download.jboss.org missing 6 tags:
jbosstools-4.0.0.Final,
jbosstools-4.1.0.Final,
jbosstools-4.1.1.Final,
jbosstools-4.2.0.Final,
jbosstools-4.2.1.Final,
jbosstools-4.2.2.Final
```
Nick - those are maintained by you. Do you have some way to find the
right sha's for these ?
Only thing I can immediately think of:
1. get dates of each release
2. crawl through commits on the master or 4.n.x branches looking for the
last commit before that date in github.
3. use that commit to create the tags
Note: We still are missing the milestones I'm sure we got others
missing, but now fixed the ones that are sure.
[1] the files are not easily parseable - something we should make sure
we have going forward.
We have buildinfo.json now.
Nick