mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/jibo-cli.git
synced 2026-06-15 11:56:20 +00:00
7 lines
65 B
Bash
Executable File
7 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
|
|
npm version $1
|
|
git push
|
|
git push --tags
|
|
npm publish
|