Repository URL to install this package:
Version:
6.0.0 ▾
|
For general contribution and community guidelines, please see the community repo.
From a clean instance of master, perform the following actions to release a new version of this plugin:
Update the version number in galaxy.yml
and CHANGELOG.md
CHANGELOG.md
are clear and accurate,
and are followed by a link to their respective issueCreate an annotated tag with the new version, formatted as v##.##.##
Create the release on GitHub for that tag
./ci/build_release
To run a specific set of tests:
$ cd tests $ ./test.sh -d <role or plugin name>
To run all tests:
$ cd tests $ ./test.sh -a