TechnicalReleaseSteps

  • check if config/app.yml version is correct
  • check if data/fixtures.yml version is correct
  • if those versions aren't right, commit the new version
  • do the actual tag :
    git tag v0.2
    
  • push the tag to the remote repository
    git push --tags
    
  • Create the tgz :
    git archive --format=tar --prefix=mageia_app_db-0.2/ v0.2 | gzip > mageia_app_db-0.2-`cat .git/refs/tags/v0.2`.tar.gz
    
  • Upload it to redmine