Command attempted:
hub release edit v-1.2.3-0 --attach test.png -m ""
What happened:
Unable to find release with tag name `v-1.2.3-0'
More info:
hub release --include-drafts show v-1.2.3-0
This shows that the release is an untagged release. I created it via hub release create --draft --message="Test" v-1.2.3-0
Command attempted:
hub release edit v-1.2.3-0 --attach test.png -m ""What happened:
Unable to find release with tag name `v-1.2.3-0'
More info:
hub release --include-drafts show v-1.2.3-0This shows that the release is an untagged release. I created it via
hub release create --draft --message="Test" v-1.2.3-0