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
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,6 @@ Integration and unit tests are provided.
116
116
- Make sure the date of the release matches today. We try and keep this TBD until we're ready to do a release so it's easy to catch that it needs to be updated.
117
117
- Make sure the version number is filled out and correct. We follow semantic versioning. Or more correctly, we should be following it.
118
118
2) Ensure any changes or additions to public methods are documented
119
-
- Update the Github wiki, and usually you'll need to update the Method Reference page with concise and exact documentation of the changes that are in this release.
120
119
- Ensure that doc strings are updated in the code itself to work with Sphinx and are correctly formatted.
121
120
- Examples are always good especially if this a new feature or method.
122
121
- Think about a new user to the API trying to figure out how to use the features you're documenting.
@@ -130,7 +129,7 @@ Integration and unit tests are provided.
130
129
- Add more detailed information regarding the changes in this release. This is a great place to add examples, and reasons for the change!
131
130
132
131
### Letting the world know
133
-
We usually send an email to the `shotgun-dev` list with an announcement of the release and highlight the changes.
132
+
Post a message in the [Pipeline Community channel](https://community.shotgunsoftware.com/c/pipeline) and send an email to [shotgun-dev](https://groups.google.com/a/shotgunsoftware.com/forum/#!forum/shotgun-dev)with a link to the community post.
134
133
135
134
### Prepare for the Next Dev Cycle
136
135
1) Update the `__version__` value in `shotgun_api3/shotgun.py` to the next version number with `.dev` appended to it. For example, `v3.0.24.dev`
0 commit comments