Skip to content

FUSAKLA/gdocs-songbook

Repository files navigation

Google docs Songbook addon

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.

How to release new version

I always spent almost hour figuring this out... Google cloud console is one huge UX mess :fliptable:

  1. Commit all the changes and push them to master
  2. Run make push
  3. Run make open
  4. In upper right corner Deploy and NewDeployment, name it using semver compared to the previous deployments (the name actually doesn't mean anything i suppose :roolling_eyes: )
  5. Tag the git repo vith the same semver as git tag v1.4.0 && git push origin v1.4.0
  6. Go to Deploy and Manage deployments
  7. 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
  8. 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.

See app errors

Go to https://console.cloud.google.com/errors?project=gdosc-songbook&authuser=0