The iS2 Site Release Info module provides release information in the site's toolbar if the project contains a RELEASE.md file in the project root.
- Requirements
- Installation
- Configuration
The module requires the following modules:
- Install the module and its dependencies via Composer:
composer require is2-digital/is2_site_release_info
- Enable the module:
drush en is2_site_release_info
- Create a
RELEASE.mdfile in your project root (one directory above the Drupal webroot). See EXAMPLE-RELEASE.md for the expected format. The second line of the file should contain the version number (e.g.,## Version 1.0.0).
The release version will appear in the admin toolbar for users with the "access shortcuts" permission.
This module does not need any special configuration. The project using this module should include a RELEASE.md file see Example Release file to add release information.