cagebreak/scripts/git-tag
2024-01-01 01:07:15 +01:00

8 lines
202 B
Bash
Executable file

#!/bin/bash
# Copyright 2023 - 2024, project-repo and the cagebreak contributors
# SPDX-License-Identifier: MIT
readonly gpg_id="${1}"
readonly version="${2}"
git tag -u "${gpg_id}" "${version}" HEAD