You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,15 @@ This project uses Maven. To run the tests locally, just run:
86
86
mvn clean verify
87
87
```
88
88
89
-
If you are a maintainer, you can release a new version by running this command locally: `mvn release:prepare`
89
+
If you are a maintainer, you can release a new version by doing the following:
90
+
91
+
- Merge the changes the need to be released into the `master` branch
92
+
- Checkout on to master locally and pull the latest changes
93
+
- Run `mvn release:prepare`, this will generate 2 commits that will bump the version of the github-java-client
94
+
- Push these changes to master
95
+
- Once the [release pipeline](https://github.com/spotify/github-java-client/actions/workflows/release.yml) has completed, the changes will have been tagged
96
+
-[Navigate to the tag](https://github.com/spotify/github-java-client/tags) associated with the changes and generate a manual release
97
+
- Once the release is generated, select the "Set as the latest release" checkbox and publish the release
0 commit comments