NCI-CGR / GwasQcPipeline

The CGR GWAS QC processing workflow.
https://nci-cgr.github.io/GwasQcPipeline/
MIT License
0 stars 3 forks source link

CI/CD for Automated Documentation Updates with Latest Software Version Tag #264

Closed jaamarks closed 6 months ago

jaamarks commented 9 months ago

Overview

Currently, whenever we release a new version of the software, we need to manually create a separate commit to update the installation instructions in the documentation. This can be time-consuming and prone to errors, especially as the project grows.

Proposed solution

Implement some mechanism to automatically update the installation instructions with the latest software version during the CI/CD pipeline. Maybe leverage an environmental variable that will store the latest version tag and incorporate that into the docs.

kliao12 commented 6 months ago

Fixed with PR #278