You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
# INFO
2
+
3
+
This repo is Sync's fork of https://github.com/databricks/databricks-sdk-py/. It allows Sync to pull in commits / feature or create contributions to upstream that enhance both Sync's product offering and the Databricks ecosystem.
4
+
5
+
This repo is *public*.
6
+
7
+
To release this repo:
8
+
9
+
1. Locally (on your terminal) tag the commit you want to release with a version for example: git tag v0.0.29-sync.0
10
+
2. Push this tag git push origin v0.0.29-sync.0
11
+
3. Pushing the tag triggers an automated github action that looks for tags that start with v: https://github.com/synccomputingcode/databricks-sdk-py/blob/main/.github/workflows/release.yml#L6
12
+
4. The actions run in github and create a draft release, with the release artifacts tied to it. https://github.com/synccomputingcode/databricks-sdk-py/releases/tag/untagged-327af053f51d1f4da444
13
+
5. To make the release "real", edit it and publish it
14
+
6. Then bump this the dependency inside of sync's codebase
0 commit comments