tfiers / PkgGraph.jl

Visualize the dependency graph of a Julia package
https://tfiers.github.io/PkgGraph.jl
MIT License
43 stars 2 forks source link

"xx commits to main since this release" #68

Closed tfiers closed 1 year ago

tfiers commented 1 year ago

This release has it: https://github.com/tfiers/PkgGraph.jl/releases/tag/v0.1.0 ..but the other ones don't.

https://github.com/orgs/community/discussions/23890:

a side effect of creating a release pointed at a specific commit instead of a branch

The message should still exist, and will only appear if the target branch that’s selected when the release was created is master and the current state of the master branch in the repository has more commits than the release in question.

Hm, weird.

tfiers commented 1 year ago

So, it's when you select a branch as a release's target (in the dropdown, when creating manually), and not a specific commit.

So a disadvantage of using TagBot.

tfiers commented 1 year ago

Re