-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add release documentation & update version (#303)
- Loading branch information
1 parent
74dd8c8
commit 95ef03c
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
RELEASE DOCUMENTATION | ||
--------------------- | ||
|
||
Here are the steps to produce a release of the project: | ||
|
||
1. Check the gradle.properties file to make sure that the version number has been updated | ||
2. In the Github release UI, create a new tag with the following naming convention vXX.X and make sure you generate the release notes. | ||
3. Create the release using the create release button | ||
4. Wait for the build action to complete successfully | ||
5. Launch the "Publish" action manually and wait for it to complete | ||
6. Check at the following URL that the new release was deployed : | ||
|
||
https://repo1.maven.org/maven2/io/github/graphql-java/graphql-java-annotations/ | ||
|
||
It might take some time for the release to appear | ||
7. Update this document if anything was missing or wasn't clear | ||
8. Once everything is properly deployed, update the gradle.properties file to the next planned version, either directly (if that is the only change), or in a PR if other changes need to be done at the same time. | ||
9. Announce the release on your favorite communication channels. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters