#!/bin/bash
# Copyright 2023 - 2025, project-repo and the cagebreak contributors
# SPDX-License-Identifier: MIT

readonly gpg_id="${1}"
readonly version="${2}"

git tag -u "${gpg_id}" "${version}" HEAD
