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

4 lines
76 B
Bash
Executable File

#!/bin/bash
node update-version.js $1
git tag -a $1 -m $1
git push origin $1