ok.sh -j list_releases Jermolene TiddlyWiki5 [ ] ... -x $(which ok.sh) .. # https://github.com/go-gitea/gitea/issues/2738#API support for listing tags and fetching tag details # https://github.com/go-gitea/gitea/issues/2738#issuecomment-497767418 # list tag info .. inc date curl -nsSig -H 'Accept: application/vnd.github.v3+json' -H 'Content-Type: application/json' -X GET https://api.github.com/repos/Jermolene/TiddlyWiki5/git/tags/6821fe4d89dd3aa6937ae772b66e0edae4bd3d2b # list tag's url from reff curl -nsg -H 'Accept: application/vnd.github.v3+json' -H 'Content-Type: application/json' -X GET https://api.github.com/repos/Jermolene/TiddlyWiki5/git/refs/tags| jq '.[].object.url' # https://gist.github.com/mertenvg/92f2f1ed3746ba72fecb3b6e4afda7b6#sorted-git-tag-list.sh git --git-dir ./TiddlyWiki5/.git tag --sort version:refname # https://stackoverflow.com/questions/6900328/git-command-to-show-all-lightweight-tags-creation-dates git --git-dir ./TiddlyWiki5/.git log --tags --simplify-by-decoration --pretty="format:%ai %d"