-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We use git (github) and capistrano (like 99% of the Rails shops out there) to deploy our app to production.
What I'd like to do is, after every cap * deploy generate a text file containing all the git commit comments since the last deploy. I can then take that list of commit comments, clean it up…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
In TFS Team Build (all versions), each build is associated with changesets and work items. To determine which changesets that should be associated with the current build, Team Build finds the label of the “Last Good Build” an then aggregates all changesets up unitl the label for the current build…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
I just pushed to Codeplex an update to the MVVM Light source code. This is an early preview containing some of the features that I want to release later under the version 4. If you find these features useful for your project, please download the source code and build the assemblies. I will appreciate…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Actually i want to generate a release document for each and every builds
so that developers can identify what is the difference between previous release and the new release example what are properties, method ,classes changed in previous build and new build in .net1.1,.net2.0,.net 3.5 builds so that…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
My team uses TFS for source control and continuous integration. I'd like to come up with a nice, clean way to show release notes to end users each time we deploy. I'm curious what others are doing to manage release notes in an ASP.NET / TFS environment.
>>> More