This is what I do in my composer.json:
require {
...
"myvendor/mypackage": "1.0-alpha1"
...
}
where 1.0-alpha1 is a tag name. But after I launch composer update it fetches the latest commit, ignoring the fact that tag 1.0-alpha1 points to the previous commit. I searched the Internet for possible causes and found this discussion on SO: How to use a specific tag/version with composer and a private git repository?
I should say, that neither worked for me. E.g. I tried adding dev-master# prefix, but this didn't help.
Here is my full composer.json, @see myvendor substring:
https://gist.github.com/OnkelTem/75922ad74da5f5973c28ffb1155cfd40
It is created using https://github.com/drupal-composer/drupal-project