Files
obsidian-to-NotionNext/release.sh
2022-05-24 15:13:42 +08:00

4 lines
51 B
Bash
Executable File

#!/bin/bash
git tag -a $1 -m $1
git push origin $1