Merge branch 'master' of github.com:yogthos/mastodon-bot
This commit is contained in:
commit
9ae6948af9
1 changed files with 5 additions and 0 deletions
|
@ -34,4 +34,9 @@ git push --follow-tags
|
||||||
vi package.json
|
vi package.json
|
||||||
|
|
||||||
git commit -am "version bump" && git push
|
git commit -am "version bump" && git push
|
||||||
|
|
||||||
|
|
||||||
|
# trigger deploy
|
||||||
|
git tag [version]
|
||||||
|
git push --tags
|
||||||
```
|
```
|
||||||
|
|
Reference in a new issue