kompose/RELEASE.md
Patrick Rachford 35a430614f
Fixes typos (#1557)
* rebase

* undo commit to assets/**/*

* undo commit in script/test/*

* Apply suggestions from code review

Co-authored-by: AhmedGrati <48932084+AhmedGrati@users.noreply.github.com>

* removes webrick

---------

Co-authored-by: AhmedGrati <48932084+AhmedGrati@users.noreply.github.com>
2023-02-08 14:51:09 -05:00

318 B

Release Process

The process is as follows:

  1. A PR proposing a new release with a changelog since the last release
  2. At least 2 or more OWNERS must LGTM this release
  3. The release PR is closed
  4. An OWNER runs git tag -s $VERSION and inserts the changelog and pushes the tag with git push $VERSION