Bugzilla:Release Process: Difference between revisions

Line 183: Line 183:
   git checkout 4.0
   git checkout 4.0
   git tag bugzilla-4.0.14 <commitid>
   git tag bugzilla-4.0.14 <commitid>
  git tag release-4.0.15 <commitid>
   git push origin bugzilla-4.0.14
   git push origin bugzilla-4.0.14
  git push origin release-4.0.14
   git push --delete origin bugzilla-4.0.14 (to remove a tag if needed)
   git push --delete origin bugzilla-4.0.14 (to remove a tag if needed)
'''Note:''' Once 5.0 is released, we will only be using the release-x.x.x tag form
for 5.0 and future releases.


Stable release tag in git:
Stable release tag in git:
Line 192: Line 197:
   git tag -f bugzilla-stable <commitid>
   git tag -f bugzilla-stable <commitid>
   git push origin bugzilla-stable
   git push origin bugzilla-stable
'''Note:''' Once 5.0 is released, we will no longer use bugzilla-stable on the 5.0 or future branches.


=== Generate Files to Release ===
=== Generate Files to Release ===
766

edits