mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 02:14:26 +02:00
removed debug code
This commit is contained in:
@@ -11,18 +11,16 @@ git checkout -b "release/$1"
|
|||||||
sed -i "s/=== Unreleased ===/=== Unreleased ===\\n\\n=== $1 - $(date +%Y-%m-%d) ===/" ChangeLog
|
sed -i "s/=== Unreleased ===/=== Unreleased ===\\n\\n=== $1 - $(date +%Y-%m-%d) ===/" ChangeLog
|
||||||
sed -i "s/var \$_version = '[^']\+';/var \$_version = '$1';/" libs/Smarty.class.php
|
sed -i "s/var \$_version = '[^']\+';/var \$_version = '$1';/" libs/Smarty.class.php
|
||||||
|
|
||||||
exit;
|
git add ChangeLog libs/Smarty.class.php
|
||||||
|
git commit -m "version bump"
|
||||||
|
|
||||||
#git add ChangeLog libs/Smarty.class.php
|
git checkout support/2.6
|
||||||
#git commit -m "version bump"
|
git pull
|
||||||
#
|
git merge --no-ff "release/$1"
|
||||||
#git checkout support/2.6
|
git branch -d "release/$1"
|
||||||
#git pull
|
git tag -a "v$1" -m "Release $1"
|
||||||
#git merge --no-ff "release/$1"
|
|
||||||
#git branch -d "release/$1"
|
printf 'Done creating release %s\n' "$1"
|
||||||
#git tag -a "v$1" -m "Release $1"
|
|
||||||
#
|
# shellcheck disable=SC2016
|
||||||
#printf 'Done creating release %s\n' "$1"
|
printf 'Run `git push --follow-tags origin` to publish it.\n'
|
||||||
#
|
|
||||||
## shellcheck disable=SC2016
|
|
||||||
#printf 'Run `git push --follow-tags origin` to publish it.\n'
|
|
Reference in New Issue
Block a user