mirror of
https://github.com/caffa/Obsidian-Current-Folder-Note-Display-Plugin.git
synced 2026-07-22 09:50:27 +00:00
release script
This commit is contained in:
parent
6b9df2f64c
commit
38423d8b8c
1 changed files with 4 additions and 2 deletions
|
|
@ -21,6 +21,8 @@ mv current-folder-notes.zip release.zip
|
|||
# gac "Push for Release"
|
||||
git add -A
|
||||
git commit -m "Prepare for Git Release"
|
||||
git push origin main
|
||||
echo "Creating a new release..."
|
||||
# git push origin main
|
||||
echo "Pushing to main tag... "
|
||||
echo "git push origin tag 1.0.4"
|
||||
echo "Creating a new release... "
|
||||
echo 'gh release create 1.0.4 release.zip main.js manifest.json styles.css --title "Aesthetics" --notes "Improve aesthetics"'
|
||||
Loading…
Reference in a new issue