Skip to content
Efra Espada edited this page Nov 9, 2024 · 2 revisions

Steps to Generate a New Release

  1. Set the New Version for zstandard_platform_interface:

    • Edit the pubspec.yaml file and update the version property only.
  2. Update CHANGELOG.md Files:

    • Update the CHANGELOG.md file in both the root folder and zstandard_platform_interface.
  3. Push Changes and Open a Pull Request (PR):

    • PR Title: Provide a brief summary of the changes.
    • PR Body: Include a description of updates added to CHANGELOG.md.

Once merged into master, the release process will automatically begin.

Clone this wiki locally