datalad / git-annex

A non-official clone of git-annex established for DataLad purposes. No PRs will be merged, but could be used to test perspective git-annex patches. Official git-annex repository: https://git.kitenet.net/index.cgi/git-annex.git/
17 stars 3 forks source link

Add step for creating releases for tags #60

Closed jwodder closed 3 years ago

jwodder commented 3 years ago

Closes #59.

jwodder commented 3 years ago

@yarikoptic

we will be able to submit a request to try it out on some recent release committish right?

Yes, you can use the dispatch-build script for that once this is merged. Just specify the name of a tag as an argument.

yarikoptic commented 3 years ago

Great, thank you @jwodder. I will merge. Please trigger a build for the most recent release tag

jwodder commented 3 years ago

@yarikoptic I triggered builds for the most recent tag, and a release was created by the Ubuntu workflow, but the output from gh release list wasn't in the format I was expecting, so the macOS and Windows builds failed to upload their assets.

yarikoptic commented 3 years ago

https://github.com/datalad/git-annex/releases/tag/8.20210330 looks neat. So there is something to fix up and redo? (if release could be deleted/recreated - could do that, if not - than on some older tag)

jwodder commented 3 years ago

@yarikoptic I fixed the code, deleted the release, and reran the builds, and now everything works.

yarikoptic commented 3 years ago

Great, thank you!