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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
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
@@ -68,7 +68,7 @@ The release on Github and PyPi performed from a release branch while the release
68
68
1. Announce the release through the following avenues:
69
69
**Planet Internal:* #python and #devrel slack channels
70
70
* Changelog
71
-
1.Maintenace release only: Merge release tag into `main`
71
+
1.Maintenance release only: Merge release tag into `main`
0 commit comments