Closed eelstork closed 4 years ago
Workflow:
cd ~/.atom/packages/language-howl/
apm install --verbose
git add --all
git commit -m "$1"
git push
apm publish $1
Indeed there should not be anything to commit here, provided the atom package refers latest
for tree-sitter package version, and derived products are not checked in.
In any case we probably do not want to publish the apm package at this point, because the grammar and style must be updated first.
Fixed gup
and documented workflow in 612a778
gup
should be automating grammar updates, but this does not work as well as it should.