[commits] [Wiki] changed: Doc/Dev/ReleasePackage

Jan Schneider jan at horde.org
Thu Apr 3 13:36:56 UTC 2014


jan  Thu, 03 Apr 2014 13:36:56 +0000

Modified page: http://wiki.horde.org/Doc/Dev/ReleasePackage
New Revision:  12
Change log:  Highlighting

@@ -1,16 +1,16 @@
  + Building and releasing a Package

  Commands used to release a package to [http://pear.horde.org/  
pear.horde.org].

-<code>
+<code type="sh">
  components/bin/horde-components release [--pretend]

  git push
  git push --tags
  </code>

  Bash magic to find out the changes in all packages since their last release:

-<code>
+<code type="sh">
  for p in framework/*; do l="horde_"$(echo $(basename $p) | tr  
[:upper:] [:lower:]); v=$(git tag -l $l-\* | sort -V | tail -1); if [  
-n "$v" ]; then git di $v... $p; fi; done
  </code>



More information about the commits mailing list