Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 654 Bytes

RELEASE.md

File metadata and controls

13 lines (7 loc) · 654 Bytes

Creating a New Release

In order to create a new release:

  1. Navigate to the Fairseq Workflows and find the one named Fairseq Release.

  2. Under Run Workflow choose the branch main and for Release Type enter either major, minor, or patch.

  3. A branch named $new_version-release will be created where the version.txt file is updated. Merge those changes into main.

  4. Make sure that a new PYPI package has been uploaded.

  5. Make sure that a new github release has been created.