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