fluid/RELEASE.md

10 lines
488 B
Markdown
Raw Permalink Normal View History

2020-07-12 07:01:57 +08:00
# Release Process
2020-07-12 07:18:11 +08:00
The Fluid is released on an as-needed basis. The process is as follows:
2020-07-12 07:01:57 +08:00
1. An issue is proposing a new release with a changelog since the last release
1. All [OWNERS](OWNERS) must LGTM this release
1. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes the tag with `git push $VERSION`
1. The release issue is closed
2020-08-13 08:29:45 +08:00
1. An announcement email is sent to `fluid-dev@googlegroups.com` with the subject `[ANNOUNCE] fluid-project $VERSION is released`