#!/usr/bin/env python3

import sys

from catkin_pkg.cli.tag_changelog import main

if __name__ == '__main__':
    sys.exit(main())
