Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.16 KB

File metadata and controls

37 lines (28 loc) · 1.16 KB

Releasing

conftest releases in the first week of each month, after the new version of Open Policy Agent is released. Patch releases are not generally created while we are on v0, but we may create one if there is a blocking bug in a newly released feature.

New release

  1. Check for any open pull requests that are ready to merge, and merge them.

  2. Verify that all post-merge CI tasks have completed successfully.

  3. Check out to the master branch and ensure you have the latest changes.

    git checkout master
    git pull
  4. Determine the next version number, and create a tag. You can check the releases page to see the previous version if you do not know it.

    git tag v<VERSION>
    git push --tags
  5. Monitor the release workflow and verify it does not error. This usually takes ~45min due to slow speeds of the Docker cross-compiles.