-
Update documentation:
make build_release_noclean doc_update
-
Update check documentation:
make doc_check_urls doc_find_missing_tools
-
Update the changelog in
ngs-bits/README.md
.git diff [last-tag] master src/cppNGSD/resources/NGSD_schema.sql
git diff [last-tag] master doc/tools/ -
Update the download version in
ngs-bits/doc/install_*.md
. -
Commit and push the changes.
-
Create a new release on GitHub.
-
Create a release tarball
cd ngs-bits/tools/releases/
make create_tarball T=[tag]
make test_tarball T=[tag] -
Add the tarball to the GitHub release.
-
Create a new bioconda release based on the release tarball.
-
Update bioconda-recipes:
> git checkout master > git pull upstream master > git push origin master
-
Create a new branch
> git checkout -b ngs-bits-[tag]
-
Make changes
-
Commit and push changes
> git add recipes/ngs-bits > git commit -m "Updated ngs-bits to version [tag]" > git push -u origin ngs-bits-[tag]
-
Create pull request at https://github.com/imgag/bioconda-recipes/branches
-
-
Update
megSAP/data/download_tools.sh
file and test if it works.