-
Notifications
You must be signed in to change notification settings - Fork 538
Add release type for Julia packages #2152
Copy link
Copy link
Labels
help wantedWe'd love to have community involvement on this issue.We'd love to have community involvement on this issue.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Metadata
Metadata
Assignees
Labels
help wantedWe'd love to have community involvement on this issue.We'd love to have community involvement on this issue.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
It would be nice to have a release type for julia packages.
As a minimum it should update
versionin theProject.tomlfile. Here an example: https://github.com/JuliaMusic/MIDI.jl/blob/main/Project.tomlMost packages in Julia do not keep a changelog, but I think it would make sense to at least have an optional
CHANGELOG.md(like the package above does, https://github.com/JuliaMusic/MIDI.jl/blob/main/CHANGELOG.md)