violinist-dev / violinist-messages
Template(s) for the pull requests that violinist.io sends on updates.
Installs: 177 713
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 1
Requires
- twig/twig: ^3
Requires (Dev)
- league/commonmark: ^1.0 || ^2.3
- php-coveralls/php-coveralls: ^2.0
- phpunit/phpunit: ^6.5 || ^7.0 || ^8.0
- squizlabs/php_codesniffer: ^3.4
README
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.