- Verify that the new version's
snowflake--X.Y.sqlexists. - Make sure that the
default_versioninsnowflake.controlis in sync with the new version. - Verify that the upgrade script
snowflake--<old>-<new>.sqlexists. - Thoroughly test everything, including the upgrade script.
- Create the tag with
git tag -a -m 'Version X.Y' vX.Y - Push the tag itself with
git push --tags