segul 0.23.2

An ultrafast and memory-efficient tool for phylogenomics
Documentation
1
2
3
4
5
6
#!/bin/bash
TAG=$(git describe --tags --abbrev=0)

echo "Tag found: ${TAG}"

gh release create $TAG