Skip to content

Release Process

Jen Basch edited this page Nov 18, 2025 · 2 revisions
  1. Update version in <reader>/pkl/VERSION.txt and add release notes to <reader>/CHANGELOG.adoc, submit PR and merge into main.
  2. Switch to main and update branch
    • git checkout main
    • git pull upstream main
  3. Commit and create a tag.
    git tag -a <reader>@x.x.x -m "Release of <reader>@x.x.x"
    
  4. Push to upstream
    git push upstream refs/tags/<reader>@x.x.x
    

Clone this wiki locally