Skip to content

Commit 5a40b7b

Browse files
committed
fix releasing script
1 parent 8ecc3d0 commit 5a40b7b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ tag:
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 \
@@ -31,7 +32,7 @@ tag:
3132

3233
# Tag git with last release
3334
release: 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

0 commit comments

Comments
 (0)