forked from LaconicNetwork/kompose
* 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>
318 B
318 B
Release Process
The process is as follows:
- A PR proposing a new release with a changelog since the last release
- At least 2 or more OWNERS must LGTM this release
- The release PR is closed
- An OWNER runs
git tag -s $VERSIONand inserts the changelog and pushes the tag withgit push $VERSION