Source of the Songbook Google addon
For documentation see the plugin website songbook.fusakla.cz.
For development use clasp
.
While developing use:
make deps
install dependencies.make format
to format the source code.make develop
to continuously push changes to the Google project.
I always spent almost hour figuring this out... Google cloud console is one huge UX mess :fliptable:
- Commit all the changes and push them to master
- Run
make push
- Run
make open
- In upper right corner
Deploy
andNewDeployment
, name it using semver compared to the previous deployments (the name actually doesn't mean anything i suppose :roolling_eyes: ) - Tag the git repo vith the same semver as
git tag v1.4.0 && git push origin v1.4.0
- Go to
Deploy
andManage deployments
- Choose the deployment you just created and scroll down to the
Library
->URL
, in the end of the URL is a number which is the one important - Go to https://console.cloud.google.com/apis/api/appsmarket-component.googleapis.com/googleapps_sdk?project=gdosc-songbook and update the
Docs Add-on script version
to the number obtained in the previous step.
Go to https://console.cloud.google.com/errors?project=gdosc-songbook&authuser=0