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
A Python package providing modules needed to build add-ons that run natively in the Optimizely platform.
4
4
5
-
TODO(jon): Add link to documentation once it's up.
5
+
## Releasing
6
+
7
+
1. Merge your changes to `master`.
8
+
2.[Create a GitHub Release](../../releases/new) with a tag in the format `vX.Y.Z` (e.g. `v1.2.3`).
9
+
10
+
The `publish.yaml` workflow builds and publishes to Google Artifact Registry. It will reject tags that aren't strict semver, lack a GitHub Release, or aren't on `master`.
0 commit comments