diff options
author | parul <parulagg27@gmail.com> | 2019-04-06 19:46:39 +0530 |
---|---|---|
committer | parul <parulagg27@gmail.com> | 2019-04-06 19:46:39 +0530 |
commit | d2d53e5bd6909c7aa58a2338adba532625155150 (patch) | |
tree | 3ce41b7f004a3b62471088dab3346af6cc9e131a /doc | |
parent | 731ce535475cada3a8edfef584bb6846b83ae1ff (diff) | |
download | numpy-d2d53e5bd6909c7aa58a2338adba532625155150.tar.gz |
Changed wordings (trunk -> master,etc.) in HOWTO_RELEASE file
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HOWTO_RELEASE.rst.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/HOWTO_RELEASE.rst.txt b/doc/HOWTO_RELEASE.rst.txt index d1fe68c8b..5603107da 100644 --- a/doc/HOWTO_RELEASE.rst.txt +++ b/doc/HOWTO_RELEASE.rst.txt @@ -38,7 +38,7 @@ Supported platforms and versions Python 2.7 and >=3.4 are the currently supported versions when building from source. We test NumPy against all these versions every time we merge code to -trunk. Binary installers may be available for a subset of these versions (see +master. Binary installers may be available for a subset of these versions (see below). OS X @@ -182,7 +182,7 @@ After a date is set, create a new maintenance/x.y.z branch, add new empty release notes for the next version in the master branch and update the Trac Milestones. -Make sure current trunk builds a package correctly +Make sure current branch builds a package correctly -------------------------------------------------- :: @@ -271,7 +271,7 @@ Mention at least the following: - outlook for the near future Also make sure that as soon as the branch is made, there is a new release -notes file in the trunk for the next release. +notes file in the master branch for the next release. Update the release status and create a release "tag" ---------------------------------------------------- @@ -497,5 +497,5 @@ After the final release is announced, a few administrative tasks are left to be done: - Forward port changes in the release branch to release notes and release - scripts, if any, to trunk. + scripts, if any, to master branch. - Update the Milestones in Trac. |