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: docs/CONTRIBUTING.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,3 +74,14 @@ Take a peek at the [Code of Conduct](CODE_OF_CONDUCT.md) document for more infor
74
74
# Where can I ask for help?
75
75
76
76
This project is pretty new, so for now feel free to add an issue into the project. Otherwise you can always email us at opensource@prodigygame.com for questions. Maybe one day we'll create a slack group for this project.
77
+
78
+
# Releases
79
+
80
+
1.`make gen-changelog`
81
+
2. Update the `setup.py` with the new release version (eg; `version="0.4.6"`)
82
+
3. Draft a new [release](https://github.com/prodigyeducation/python-graphql-client/releases)
83
+
1. The release title and tag should be the following format that corresponds with the `version` in `setup.py`; `vN.N.N`
84
+
2. Generate Release Notes
85
+
4. Set as a pre-release and review
86
+
5. Set as the latest release and publish
87
+
6. Verify the github action for release worked [pythonpublish](https://github.com/prodigyeducation/python-graphql-client/actions/workflows/pythonpublish.yml)
0 commit comments