Top "Release" questions

Refers to the act of finalizing a software building process for distribution to end-users.

App crashing with Picasso and minifyEnabled true

Warning:com.squareup.picasso.OkHttpDownloader: can't find referenced class com.squareup.okhttp.OkHttpClient Warning:com.squareup.picasso.OkHttpDownloader: can't find …

android proguard release
Force Maven clean

I have a project with 2 profiles, because UAT and PROD use different versions of the same jar. I have noticed …

java maven-2 release
Android Studio release build does not output aar

I have create a very simple 'Android Library' module with only one class which builds fine in debug releasing build/…

android android-studio release aar
Android: ExternalSystemException: String index out of range: -130 building release

So, just updated to Android Studio 1.4 Beta 4 and having trouble building a release build. I can build a debug build …

android gradle build release
Cannot upload files for release in Github

I want ot create a release for my Github project, but when I try to upload my binary (which is …

github release
Getting software version numbers right. v1.0.0.1

I distribute software online, and always wonder if there is a proper way to better define version numbers. Let's assume …

release release-management release-cycle
Separate 'debug' and 'release' builds?

I think it's better to release the version of the software which your developers actually tested; I therefore tend to …

testing debugging release release-management
Maven pom.xml, SCM and release

I want to do a mvn release:prepare, that will remove the "-SNAPSHOT" from the version and tag it in …

maven release pom.xml maven-release-plugin
What is the purpose of python 2.7's download package "Windows x86 MSI program database"?

Upgrading from python 2.5/2.6 to python 2.7 on WinXP, I've found new download package forms for python at http://www.python.org/…

python release file-format
How to customise the tag format of the Maven release plugin?

In our SVN repo, we store tags like this: trunk project_a project_b branches project_a branch_x branch_…

maven release default tagging maven-release-plugin