Skip to content

Commit 9974d4e

Browse files
committed
3.2.1-dev
also renamed changelog to CHANGELOG.md it's more commonly named like this
1 parent 41dafe3 commit 9974d4e

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
/phpunit.xml.dist export-ignore
2121
/tests export-ignore
2222

23-
/ChangeLog.md merge=union
23+
/CHANGELOG.md merge=union

ChangeLog.md CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Eventum Issue Tracking System
22

3+
## [3.2.1] - 2017-??-??
4+
5+
[3.2.1]: https://github.com/eventum/eventum/compare/v3.2.0...master
6+
37
## [3.2.0] - 2017-05-20
48

59
This is pre-release, use with care!

bin/ci/changelog.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ gem install --no-ri --no-rdoc chandler
1111
# Create token in https://github.com/settings/tokens with 'public_repo' access
1212
# and set as env var:
1313
# $ travis env set -p CHANDLER_GITHUB_API_TOKEN ...
14-
chandler push --changelog=ChangeLog.md $TRAVIS_TAG
14+
chandler push $TRAVIS_TAG

docs/RELEASE_PROCESS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ this should be done day before release so launchpad cron would update .po files.
2727
Release process
2828
---------------
2929

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
3131

3232
Do not forget to update changeset link to point to tag not master
3333

@@ -79,4 +79,4 @@ $ git push launchpad
7979
- close old milestone
8080
- verify that you did not forget to update wiki submodule
8181
- 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

globals.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313

1414
define('APP_URL', 'https://github.com/eventum/eventum');
15-
define('APP_VERSION', '3.2.0-dev');
15+
define('APP_VERSION', '3.2.1-dev');
1616

1717
// base path
1818
define('APP_PATH', __DIR__);

0 commit comments

Comments
 (0)