File tree 5 files changed +9
-5
lines changed
5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 20
20
/phpunit.xml.dist export-ignore
21
21
/tests export-ignore
22
22
23
- /ChangeLog .md merge =union
23
+ /CHANGELOG .md merge =union
Original file line number Diff line number Diff line change 1
1
# Eventum Issue Tracking System
2
2
3
+ ## [ 3.2.1] - 2017-??-??
4
+
5
+ [ 3.2.1 ] : https://github.com/eventum/eventum/compare/v3.2.0...master
6
+
3
7
## [ 3.2.0] - 2017-05-20
4
8
5
9
This is pre-release, use with care!
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ gem install --no-ri --no-rdoc chandler
11
11
# Create token in https://github.com/settings/tokens with 'public_repo' access
12
12
# and set as env var:
13
13
# $ travis env set -p CHANDLER_GITHUB_API_TOKEN ...
14
- chandler push --changelog=ChangeLog.md $TRAVIS_TAG
14
+ chandler push $TRAVIS_TAG
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ this should be done day before release so launchpad cron would update .po files.
27
27
Release process
28
28
---------------
29
29
30
- - Update ` ChangeLog .md` file with the correct version number and release date
30
+ - Update ` CHANGELOG .md` file with the correct version number and release date
31
31
32
32
Do not forget to update changeset link to point to tag not master
33
33
@@ -79,4 +79,4 @@ $ git push launchpad
79
79
- close old milestone
80
80
- verify that you did not forget to update wiki submodule
81
81
- update release number in globals.php to indicate next dev version (` APP_VERSION ` )
82
- - start new version entry in ChangeLog .md
82
+ - start new version entry in CHANGELOG .md
Original file line number Diff line number Diff line change 12
12
*/
13
13
14
14
define ('APP_URL ' , 'https://github.com/eventum/eventum ' );
15
- define ('APP_VERSION ' , '3.2.0 -dev ' );
15
+ define ('APP_VERSION ' , '3.2.1 -dev ' );
16
16
17
17
// base path
18
18
define ('APP_PATH ' , __DIR__ );
You can’t perform that action at this time.
0 commit comments