File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2020 @echo " New release: ` semver tag` "
2121 @echo Releasing sources
2222 @sed -i -r " s/(v[0-9]+\.[0-9]+\.[0-9]+)/` semver tag` /g" \
23- .github/ISSUE_TEMPLATE.md \
23+ .github/ISSUE_TEMPLATE/Bug_report.md \
24+ .github/ISSUE_TEMPLATE/Feature_request.md \
2425 src/functions.php \
2526 artifacts/debian/control \
2627 artifacts/bintray.json \
3132
3233# Tag git with last release
3334release : build
34- git add .semver .github/ISSUE_TEMPLATE.md src/functions.php doc/installation.md artifacts/* releases/*
35+ git add .semver .github/ISSUE_TEMPLATE/Bug_report.md .github/ISSUE_TEMPLATE/Feature_request .md src/functions.php doc/installation.md artifacts/* releases/*
3536 git commit -m " releasing ` semver tag` "
3637 git tag ` semver tag`
3738 git push -u origin master
You can’t perform that action at this time.
0 commit comments