Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 1 |
lars |
1 |
# dumps the changelog from last saved tag-version till now (HEAD)
|
|
|
2 |
./release.php changelog
|
|
|
3 |
|
|
|
4 |
# Take the time to review docs/CHANGELOG and write up a nice human
|
|
|
5 |
# readable docs/NOTES
|
|
|
6 |
|
|
|
7 |
# Build a new version.
|
|
|
8 |
./release.php bake v0.9.3-beta
|
|
|
9 |
|
|
|
10 |
# Build package
|
|
|
11 |
# Adds everything to git
|
|
|
12 |
# Creates a new tag with the version you've given.
|
|
|
13 |
|
|
|
14 |
|
|
|
15 |
|
|
|
16 |
# Test package with:
|
|
|
17 |
cd packages
|
|
|
18 |
pear install -O System_Daemon-0.10.0.tgz
|
|
|
19 |
|
|
|
20 |
# Upload it at
|
|
|
21 |
# http://pear.php.net/release-upload.php
|