degauss-org / census_block_group

A docker container for assigning census block group id to geocoded addresses.
https://degauss.org/census_block_group
GNU General Public License v3.0
4 stars 2 forks source link

fix GH release badge #3

Closed cole-brokamp closed 4 years ago

cole-brokamp commented 4 years ago

the badge code I used in the template repo isn't working... I think we need to update these everywhere

cole-brokamp commented 4 years ago

OK... so I figured out why the badges were broken. If we use our Makefile to push a tag to github, that doesn't necessarily mean that its a "release" until we manually go in and edit the tag on github to add notes and make it an official release. I think that we should move to using tags because these are what are synced with dockerhub automatically and we can continue to convert tags into releases with notes added manually as we go.