Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

Commit

Permalink
Added notes on releasing using git
Browse files Browse the repository at this point in the history
  • Loading branch information
smokku committed May 4, 2012
1 parent 3878d52 commit e2d914f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tools/git
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ChangeLog log format:
git log --pretty=format:'%ai %aN <%aE>%n\t* %s\n'

New release:
git co -b 2.2.16
vim configure.ac
git commit configure.ac -m "2.2.16 release"
git tag jabberd-2.2.16
make dist
git push github tag jabberd-2.2.16

0 comments on commit e2d914f

Please sign in to comment.