You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use releaser for a single release that deploys to multiple tags?
Currently in one of my projects, we use different tag prefixes to do partial deployment of the app. Since the app is a big monolith, we split the pipelines, using the prefix of the git tag.
This is a sample scenario:
{
"version": "v20230801-01"
}
// created git tags:
// worker-v20230801-01
// web-v20230801-01
// worker2-v20230801-01
The text was updated successfully, but these errors were encountered:
Is it possible to use
releaser
for a single release that deploys to multiple tags?Currently in one of my projects, we use different tag prefixes to do partial deployment of the app. Since the app is a big monolith, we split the pipelines, using the prefix of the git tag.
This is a sample scenario:
The text was updated successfully, but these errors were encountered: