Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 567 Bytes

RELEASING.md

File metadata and controls

13 lines (13 loc) · 567 Bytes

Steps for a new release

  • Bump version in README.md.
  • In CHANGELOG.md, create a section for the new version and move changes from the master section there.
  • Check in all changes in git.
  • Make a new tag for the version number.
  • Push all changes and tag to GitHub and make a pull request.
  • Make sure CI is green.
  • Test the PR branch with a SwiftPM project using Pathos.
  • Merge the PR.
  • Create a GitHub release from the new version tag. Paste in content of corresponding change log.
  • Run make docs to generate and deploy the documentation website.