mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Add git-tag script
This commit is contained in:
parent
b732b92cea
commit
8af1286c57
1 changed files with 8 additions and 0 deletions
8
scripts/git-tag
Executable file
8
scripts/git-tag
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
# Copyright 2023, project-repo and the cagebreak contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
readonly gpg_id="${1}"
|
||||
readonly version="${2}"
|
||||
|
||||
git tag -u "${gpg_id}" "${version}" HEAD
|
||||
Loading…
Add table
Add a link
Reference in a new issue