Skip to content

Commit

Permalink
Tweak release procedure a bit (#153)
Browse files Browse the repository at this point in the history
* Tweak release procedure a bit

Signed-off-by: Hongxin Liang <[email protected]>
  • Loading branch information
honnix authored Nov 29, 2022
1 parent e9c75e7 commit eb7b497
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,7 @@ Also use `git commit --signoff "Commit message"` to comply with DCO.

## Releasing

Go to [Actions: Create flytekit-java release](https://github.com/flyteorg/flytekit-java/actions/workflows/release.yaml) and click "Run workflow"
* Go to [Actions: Create flytekit-java release](https://github.com/flyteorg/flytekit-java/actions/workflows/release.yaml) and click "Run workflow"
* Wait until the workflow finishes; in the meanwhile prepare a release note
* Making sure the new release is visible in [Maven central](https://search.maven.org/artifact/org.flyte/flytekit-java)
* Publish the release note associating with the latest tag created by the release workflow

0 comments on commit eb7b497

Please sign in to comment.