Questions tagged [release-candidate]

6 questions
11
votes
1 answer

What's the difference between a snapshot, release candidate and releases?

Can some one tell me a strategy to manage my repositories based on this concepts (snapshot, release candidate and releases). For example should I have a repository for each type or should I manage release candidates as a snapshot or a release?
Carlos Nasser
  • 153
  • 1
  • 9
4
votes
1 answer

Maven and git-flow, version strategy for release candidates

We are trying to apply the git-flow model to maven projects. We use the develop and feature/XXX branches to work on -SNAPSHOT versioned artifacts, that are deployed in our DEV and TST environments. When the apps are "ready", we have "Release…
Val Bonn
  • 1,129
  • 1
  • 13
  • 31
2
votes
1 answer

How to handle release candidates in git-flow

We're working by the git-flow workflow. Typically we release some release candidates (RC, v1.0.0-rc.0) before we ship the final release (v1.0.0). To do so, we have a release branch (release/1.0.0). The release candidates are just tags within that…
2
votes
1 answer

Exclude release candidates in Versions Maven Plugin

How can I configure the Versions Maven Plugin to exclude release candidates of certain dependencies? The versions of the dependencies in question have following format: \d+\.\d+\.\d+\.\d+(-rc\d+)? OR…
mike
  • 4,929
  • 4
  • 40
  • 80
0
votes
1 answer

How do you mark a homebrew package as a release candidate?

Say a homebrew package was released for internal testing purposes. Basically a release candidate. How do I mark the homebrew package as a release candidate so that it doesn't get installed when a user tries to install the latest package? I need the…
0
votes
1 answer

Android Studio 2.3 rc1 App Crashes and Empty Log

I've installed Android Studio 2.3 rc1 and my app doesn't run. Only the Splash screen activity that I've setted up is shown, and then the app crashes. The big problem is that the log is empty, shows only "Connected to process..." and "Application…
filb
  • 99
  • 1
  • 8