Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (29 loc) · 686 Bytes

RELEASE.md

File metadata and controls

44 lines (29 loc) · 686 Bytes

Release Workflow

Specify the release version.

VERSION=0.1.1

Update the version in check_sip_call.pl.

Authors

Update the .mailmap and AUTHORS files:

git checkout master
git log --use-mailmap | grep ^Author: | cut -f2- -d' ' | sort | uniq > AUTHORS

Git Tag

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

GitHub Release

Create a new release for the newly created Git tag. https://github.com/NETWAYS/check_sip_call/releases