violinist-dev/violinist-messages

Template(s) for the pull requests that violinist.io sends on updates.

1.6.1 2024-03-23 18:41 UTC

This package is auto-updated.

Last update: 2024-03-24 21:19:05 UTC


README

Test Coverage Status

Template(s) for the pull requests that we send on updates.

Preview

To see a preview of how they look, head to https://messages.violinist.io

Templates

Template for the pull request title

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.

Template for the pull request body

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.