Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 875 Bytes

CHANGELOG.md

File metadata and controls

39 lines (33 loc) · 875 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.1.0] - 2024-10-8

Added

  • First release of VWO Feature Management and Experimentation GitHub Action
uses: wingify/[email protected]
with:
  flagsWithVariables: |
    {
      "feature-flag-key-1": {
        "variable-key-1": "variable-default-value"
      },
      "feature-flag-key-2": {
        "variable-key-1": "variable-default-value"
      }
    }
  sdkInitOptions: |
    {
      "logger": {
        "level": "DEBUG"
      }
    }
  userContext: |
    {
      "id": "your-user-id"
    }
env:
  VWO_SDK_KEY: ${{ secrets.VWO_SDK_KEY }}
  VWO_ACCOUNT_ID: ${{ secrets.VWO_ACCOUNT_ID }}