1use super::Command; 2 3pub fn create_release_notes_command() -> Command { 4 Command::local("release-notes", "View release notes").supports_non_interactive(true) 5}