Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.65 KB

ReleaseProcessReadme.md

File metadata and controls

25 lines (17 loc) · 1.65 KB

Release Process

The Shouldly release process is pretty easy now, there are two small manual steps to give you a chance to edit release notes.

  1. Deployments are initiated through AppVeyor, navigate to the build you want to deploy at https://ci.appveyor.com/project/shouldly/shouldly, then press the Deploy button.
    Deploy Button

  2. Choose the GitHub Release environment
    Deploy GitHub Release

  3. And deploy
    Deployment

  4. Once the release completes, head to the releases section on GitHub
    GitHub Release

  5. And download the release notes, then edit the draft release
    GitHub Release

  6. Remove the build meta data from the tag and release title
    GitHub Release

  7. Copy the contents of the release notes file into the release description field and make any manual cleanups you need to. Then Publish the release
    GitHub Release

  8. Make sure deployment from Shouldly-deploy build succeeds