Specify the release version.
VERSION=0.1.1
Update the version in check_sip_call.pl
.
Update the .mailmap and AUTHORS files:
git checkout master
git log --use-mailmap | grep ^Author: | cut -f2- -d' ' | sort | uniq > AUTHORS
Commit these changes to the "master" branch:
git commit -v -a -m "Release version $VERSION"
Create a signed tag:
git tag -s -m "Version $VERSION" "v$VERSION"
Push the branch and tag.
git push origin master
git push --tags
Create a new release for the newly created Git tag. https://github.com/NETWAYS/check_sip_call/releases