Skip to content

Commit

Permalink
mkrelease: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FadeMind committed Jun 29, 2016
1 parent cd85578 commit e4c80bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkrelease
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Last_Release=$(git describe | cut -d '-' -f 1)
# Bump version in I-Nex.gambas
sed -i -e 's|^Version.*|Version='$1'|' ./I-Nex/i-nex/.project
sed -i -e 's|^PackageName=i-nex-.*|PackageName=i-nex-'$1'|' ./I-Nex/i-nex/.project
# Update changelog filr based on git log.
# Update changelog based on git log.
git log $Last_Release..HEAD > changelogs/changelog-$1

cat > ./debian/changelog2 <<EOF
Expand Down

0 comments on commit e4c80bb

Please sign in to comment.