Skip to content

Commit ba19e2f

Browse files
committed
update-changelog
* Its been a while since we released this package and we needed to update the changelog * Updated Contributing.md with release instruction notes
1 parent f46e7e9 commit ba19e2f

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v0.4.6
2+
3+
- update-changelog
4+
5+
## v0.4.5
6+
7+
- patch/python publish in #59
8+
9+
## v0.4.4
10+
11+
- Update README to document custom headers in #51
12+
- updating pre-commit in #56
13+
- add passing options in #57
14+
115
## v0.4.3
216

317
- Stoping Using Root Logger with One-off Logging Setup #44

docs/CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,14 @@ Take a peek at the [Code of Conduct](CODE_OF_CONDUCT.md) document for more infor
7474
# Where can I ask for help?
7575

7676
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)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="python_graphql_client",
13-
version="0.4.3",
13+
version="0.4.6",
1414
description="Python GraphQL Client",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)