You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a Github Release, it allows you to decide if the release should be tags as latest or not, the API
offers to add in the body parametermake_latest which is an enum with true, false or legacy. Currently this property is not usable through JReleaser.
It would be great to possibly use this property in the Github configuration of JReleaser.