Bioio is licensed under the Apache License, version 2.0. New issues and pull requests are welcome. Feel free to direct a question to the authors by creating an issue with the question tag. Contributors are asked to abide by both the GitHub community guidelines and the Contributor Code of Conduct, version 2.0.
Please update CHANGELOG.md
with your changes and list your name in the contributors section of the readme.
You can run tests with gradle :vcf:test
and compile using gradle :vcf:build
.
Note that the latter will only run tests for vcf
and core
.
- Bump the version in
build.gradle
, following Semantic Versioning. - Create a new release
with both the name and tag set to something like
v1.4.13
(keep the v). - An hour later, check that the publishing workflow passes and that the version on Maven Central is updated.