StreamSpeech / fairseq /RELEASE.md
fasdfsa's picture
init
901e06a

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.