Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 910 Bytes

MAINTAINING.md

File metadata and controls

24 lines (19 loc) · 910 Bytes

PR Checklist

The commit-id of packcheck in the CI configs must be updated after any change in packcheck.sh otherwise CIs would be passing because they will be happily using an old version of packcheck. This should be the last commit in the PR.

Release Process

  • See the streamly maintanenace guide for general process.
  • Update the commit-id of the packcheck script in config files
  • Test the whole build matrix removing all the commented builds.
  • Test removing caching
  • Update the version number in config files
  • Update version number in the script
  • Update Changelog accordingly

Post release tasks

  • Update the version number in config files to the next release target
  • Update version number in the script to the next release target
  • Add an unreleased section in the Changelog titled with the next release target