Don't attempt to track deployments for stable versions
What does this MR do?
Resolves https://sentry.gitlab.net/gitlab/release-tools/issues/2855313/?referrer=slack
Previously this worked because Qa::Ref#ref
would just return the given version if it didn't match an auto-deploy version. With us now using AutoDeploy::Version
, a non-auto-deploy version will raise an exception.
We don't need to track deploys of stable releases in Sentry; we don't even have the release
environment there.
Author Check-list
- [-] Has documentation been updated?