Merge branch 'master' of github.com:yogthos/mastodon-bot

This commit is contained in:
jem 2020-11-06 19:03:17 +01:00
commit 9ae6948af9

View file

@ -34,4 +34,9 @@ git push --follow-tags
vi package.json
git commit -am "version bump" && git push
# trigger deploy
git tag [version]
git push --tags
```