violinist-messages
, (*1)
Template(s) for the pull requests that we send on updates., (*2)
Preview
To see a preview of how they look, head to https://messages.violinist.io, (*3)
Templates
Template for the pull request title
Currently it receives the following variables:, (*4)
name: The name of the package to update., (*5)
current_version: The currently installed version of a package., (*6)
new_version: The version of the package the pull request is updating to., (*7)
security_prefix: Either the string [SECURITY] or an empty string, depending on whether the update was a security update or not., (*8)
Template for the pull request body
Currently it receives the following variables:, (*9)
title: The title rendered from the title template., (*10)
changelog: A markdown formatted changelog list, if available., (*11)
custom_message: A custom message, if configured., (*12)
updated_list: A list of the changed packages in the update., (*13)
package: The name of the package being updated., (*14)
changed_files: An array of the files changed in the update, if available., (*15)
release_notes: An array of links to release notes, if available., (*16)