@@ -104,22 +104,16 @@ This project uses Maven. To run the tests locally, just run:
104104mvn clean verify
105105```
106106
107- If you are a maintainer, you can release a new version by doing the following:
108-
109- - Trigger the workflow [ prepare-release] ( ./.github/workflows/prepare-release.yml ) through the
110- [ web UI] ( https://github.com/spotify/github-java-client/actions/workflows/prepare-release.yml )
111- - Select whether the new release should be a ` major ` , ` minor ` or ` patch ` release
112- - Trigger the release preparation on the ` master ` branch
113- - Pushes of this workflow will trigger runs of the workflow
114- [ release] ( https://github.com/spotify/github-java-client/actions/workflows/release.yml )
115- - Once the
116- [ release pipeline] ( https://github.com/spotify/github-java-client/actions/workflows/release.yml )
117- has completed for the release tag, the new release will be available on Maven Central and the
118- changes can be released on GitHub
119- - [ Navigate to the tag] ( https://github.com/spotify/github-java-client/tags ) associated with the
120- changes and generate a manual release
121- - Once the release is generated, select the "Set as the latest release" checkbox and publish the
122- release
107+ If you are a maintainer, you can release a new version by just triggering the workflow
108+ [ prepare-release] ( ./.github/workflows/prepare-release.yml ) through the
109+ [ web UI] ( https://github.com/spotify/github-java-client/actions/workflows/prepare-release.yml ) .
110+ - Select whether the new release should be a ` major ` , ` minor ` or ` patch ` release
111+ - Trigger the release preparation on the ` master ` branch
112+ - Pushes of this workflow will trigger runs of the
113+ [ maven-release] ( https://github.com/spotify/github-java-client/actions/workflows/release.yml )
114+ workflow, which in turn will trigger the
115+ [ github-release] ( https://github.com/spotify/github-java-client/actions/workflows/release-on-github.yml )
116+ workflow with the automatically created tag
123117
124118## Notes about maturity
125119
0 commit comments