Hello,
I have found many resources for running versions and Managing deployments, but they all seem to relate to Web Apps with doGet or doPost etc. or libraries...
I have apps script code that runs for a spreadsheet (modifies the spreadsheet, sends emails, etc.)
I have tried playing with deployments but it always runs from the HEAD, is there a way to version control this type of Google Spreadsheet script?
I'd like the user to be able to go to the spreadsheet and when they click on the menu button I created it will run whichever version I've "deployed".
Does that make sense?
Also is there a way to version control code bases, so I could jump to a previous version in my Apps Script console and see the code from that version?
Thank you,
Steve