Open talsemgeest opened 5 years ago
Hi @talsemgeest, thanks for this feature request! I can see how this would help in your workflow. We'll keep this request open to track additional interest.
I came looking for app center support for tagged releases, so it's a +1 from here.
I'm also looking forward to seeing this feature in App Center. Being able to build multiple versions of an application from the same numbered GitHub tagged release in AppCenter would be a high-value feature.
Hi! we are a customer of app center and are in dire need of this feature! Any help would be appreciated
👍
this would be an amazing feature if we can get this!
+1
:+1: yes need this!
I really need this.
We need this!
This would be a nice addition
Please, add this!
+1
+1
any update on this one?
There is API support for building off a specific commit: https://openapi.appcenter.ms/#/build/builds_create
Would that work as a workaround?
+1000 Being able to go to an application, build and then being able to either build from: a) branch b) tag c) commit hash
is mega important! At the moment we only have option a) whereas a lot of other CIs offer all three.
+1. With other CIs I've always managed release deployments using a tag rather than a new branch. Would love to see this in App Center 😄
+1 Not being able to build from a tag has been forcing us to change our workflow
+1 for this feature. Thank you.
+1. Is this feature being worked on at all?
+1
@tindn, we post our iteration plan each month. This issue is not being worked on in this month's plan.
+1
how did this happen!
+1
+1
+1
+1
We use gitflow and create a release branch per release (release/release-1.x) Would be great to build from these without having to manually clone each release branch up with the required config
+1 the same with git flow.
👍
Another +1
+1
+1
+1
+1
+1
I'd really like this feature, especially if one could set up wildcard rules. E.g. build all commits tagged release/*
and latest
. We maintain multiple versions of our software and the master
branch is never released directly.
+1
+1
+1
yes please
another yes please
+1
+1
+1 more
For a specific use-case, I use lerna to version two react-native apps and would like to be able to build only on tags that match the format ^app-1@\d.\d.\d$
.
+1
I would very much like to see this feature implemented as well.
+1
What App Center service does this feature apply to? Build
Describe the solution you'd like We use Gitflow as our branching strategy, and in Gitflow every release is tagged on the master branch. I would like to be able to build off those tags, rather than always building off the HEAD of the branch.
Describe alternatives you've considered A workaround is creating a new branch off each tag you want a build config for and setting it up as a new build config in AppCenter, which is time consuming.
Additional context We have multiple customers on different versions of our (white label) app, so being able to build different versions is a must for us.