Skip to main content

Release Process

Before Release

  • run tests
  • update documentation
  • update changelog

Versioning

Foldr follows semantic versioning.

MAJOR.MINOR.PATCH

Examples:

1.0.0
2.0.0
2.1.0

Changelog

All notable changes are recorded in:

CHANGELOG.md

Release Goals

A release should:

  • improve stability
  • improve usability
  • preserve compatibility when possible