Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 572 Bytes

MAINTAINING.md

File metadata and controls

10 lines (7 loc) · 572 Bytes

Maintaining Yorkie

Releasing a New Version

Updating and Deploying Yorkie

  1. Update the sdk version
  • Update the yorkieVersion value in the Sources/Version.swift file to the next release version. That value must match the tag name since swift package managers use the tag name as the version.
    let yorkieVersion = "0.3.3"
  1. Create a new release with changelog by clicking Generate changelog button.