mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-29 08:08:34 +08:00
Update version to 0.3.7
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
node update-version.js $1
|
||||
git add .
|
||||
git commit -m "Update version to $1"
|
||||
git tag -a $1 -m $1
|
||||
git push origin $1
|
||||
Reference in New Issue
Block a user