Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8142793
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T12:55:04+00:00 2026-06-06T12:55:04+00:00

since I adopted an Agile development method I find myself to release source code

  • 0

since I adopted an Agile development method I find myself to release source code more frequently. This also involved more repeated tasks, that done by hand do not result so… “agile”.

I do have 2 permanent branches: master (stable software), develop (development version), and all other branches for each feature, that will merge in develop.

To be more specific the release process (develop->master) involves the following steps (let’s assume we’re releasing a 1.0.5 version):

First I do create a new branch, where I can do little customizations release-specific

git checkout -b release1.0.5 develop

Then (in this case) I edit the revision partial view -in a rails app- (used to show the rev # on the application footer)

vim app/views/layouts/_revision.html.haml

Then I commit changes on release1.0.5 (usually with the message “updated rev #”), checkout master, git merge --no-ff release1.0.5, git tag v1.0.5, upload sources to production, git checkout develop, git merge --no-ff release1.0.5 and finally git branch -d release1.0.5.

This is incredibily tedious when done 3/4 times a day (maybe to hard fix a bug recognized only on the production server). Of course it would be great to have a command such-as “make-release” to do all this automagically, maybe taking the release number as parameter.

I’ve already read about custom git commands, but you know, it’s project specific (on another project I could not need to perform such operations), so it would be great to have the command related to the current repository, avoiding to come up with tons of commands, one for each project shared globally. Is there a way to do it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T12:55:05+00:00Added an answer on June 6, 2026 at 12:55 pm

    git flow sounds like a good match for you.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Since I have no errors I don't know if this is the right place
I've got a sizable Qt app that has been in development since the Qt
My organization has been experimenting with the introduction of more Agile methods. We've been
Since I started studying object-oriented programming, I frequently read articles/blogs saying functions are better,
The code below is adapted from this answer function MessageClass() { var self =
Since this morning, my certificate is not trusted anymore on Android and then my
since memcpy should be highly optimized nowadays, does it still make sense to optimize
Since regular jQuery animations are not fluent on iOS ( .hide() , slideDown() ),
since today im facing a strange problem. When i start my app in my
Since I am developing an iOS >= 5.0 application, I am trying to change

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.