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: RELEASE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ The release on Github and PyPi performed from a release branch while the release
49
49
1. Starting from the Source Branch, create a release branch named `release-{Release Version}`
50
50
1. Make the following changes for the release:
51
51
* Update `CHANGES.txt`, adhering to [Keep a Changelog](https://keepachangelog.com/)
52
-
* Include added, changed, depricated or removed features and bug fixes.
52
+
* Include added, changed, deprecated or removed features and bug fixes.
53
53
A list of merged PRs and their titles since the last release can be obtained with `git log $PREVIOUS_RELEASE_TAG..HEAD | awk '/Merge pull request/{print;getline;getline;print}'`.
54
54
* Sort according to importance
55
55
* Update `planet/__version__.py` to Release Version
0 commit comments