Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 727 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 727 Bytes

Contributing to pg_auto_dw

Releases

pg_auto_dw follows semantic versioning and is released to pgt.dev.

To release, follow these steps:

  1. Create a PR updating the version in Cargo.toml and Trunk.toml. These two values must agree.
  2. Merge the PR into the main branch.
  3. Create the release
    1. Use the tag format vX.Y.Z where X.Y.Z is the version number. e.g. v0.1.0. This version should be the same value as in Cargo.toml and Trunk.toml.
    2. Click "Generated release notes" to auto-populate the release notes or fill in with your own content and notes.
    3. Click "Publish release"