How to update badges on GitHub for different project

I basically had to go through my projects using statements and see if packages were updated for 0.7/1.0 by looking at commits and activity.

I noticed that for some packages, there are certain “badges” that tell you the version of Julia, stability, dev, and even docs. For example, see GitHub - JuliaStats/StatsBase.jl: Basic statistics for Julia It has the following badges:
29%20PM

Where can I submit PRs to update these badges?

1 Like

You need to edit the README.md files. See e.g. https://github.com/JuliaStats/StatsBase.jl/edit/master/README.md

Typically, you can just drop mentions of Julia versions prior to 1.0.

1 Like

They come from https://pkg.julialang.org/?pkg=StatsBase, which comes from https://github.com/JuliaCI/PackageEvaluator.jl
Unfortunately 0.7 or 1.0 is not supported by PackageEvaluator.