i may be missing it, but is the number of comments...
# refreshversions
b
i may be missing it, but is the number of comments that are generated? e.g. instead of
Copy code
employer-profile = "0.1.160"
##            ⬆ = "0.1.162"
##            ⬆ = "0.1.163"
##            ⬆ = "0.1.164"
##            ⬆ = "0.1.165"
##            ⬆ = "0.1.166"
##            ⬆ = "0.1.167"
...
##            ⬆ = "0.1.275"
##            ⬆ = "0.1.276"
##            ⬆ = "0.1.277"
##            ⬆ = "0.1.278"
##            ⬆ = "0.1.279"
##            ⬆ = "0.1.280"
##            ⬆ = "0.1.281"
##            ⬆ = "0.1.282"
##            ⬆ = "0.1.283"
##            ⬆ = "0.1.284"
##            ⬆ = "0.1.285"
##            ⬆ = "0.1.286"
limit it to either
latest
, or
n latest
versions, where ideally n is less than the 126 it currently outputs in this case 🙂 ?