We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a138d commit 638bbffCopy full SHA for 638bbff
Makefile
@@ -12,7 +12,7 @@ tag:
12
sed -i '' -e "s/APP_VERSION = '.*'/APP_VERSION = '$(TAG)'/" src/Console/ApplicationConfigurator.php
13
php -l src/Console/ApplicationConfigurator.php
14
git add -A
15
- git commit -m '$(TAG) release'
+ git commit -m '$(TAG) release' -n
16
git tag -s 'v$(TAG)' -m'Version $(TAG)'
17
18
lock:
src/Console/ApplicationConfigurator.php
@@ -10,7 +10,7 @@
10
class ApplicationConfigurator
11
{
const APP_NAME = 'GrumPHP';
- const APP_VERSION = '2.16.0';
+ const APP_VERSION = '2.17.0';
public function configure(Application $application): void
0 commit comments