microsoft / garnet

Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.
https://microsoft.github.io/garnet/
MIT License
10.4k stars 526 forks source link

Changed tagSource: in the GitHub Release part of release yml from manual to userSpecifiedTag #781

Closed darrenge closed 2 weeks ago

darrenge commented 2 weeks ago

The tagSource used to allow manual but it has changed to "userSpecifiedTag". We need this set because we set the tag setting to: tag: 'v$(Build.BuildNumber)'

Info on Tag Source (tagSource):

Specifies the tag you want to use for release creation. The gitTag option automatically uses the tag that is associated with the Git commit. Use the userSpecifiedTag option to manually provide a tag.