-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HOWTO-RELEASE: fixes related to new tree organization [ci skip]
- Loading branch information
Showing
1 changed file
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,8 +68,8 @@ Perl module maintainer to make a CPAN release. | |
bump CURRENT, set others to zero. | ||
|
||
5) Prepare release overview in the NEWS file. For example, to get all changes | ||
from v2.2.0 to current HEAD (from gdal/ subdirectory) | ||
git log --reverse -v v2.2.0..HEAD . | ||
from v2.2.0 to current HEAD | ||
git log --reverse -v v2.2.0..HEAD . ":(exclude)autotest" | ||
|
||
- commit new version to NEWS file. | ||
|
||
|
@@ -92,8 +92,7 @@ Perl module maintainer to make a CPAN release. | |
|
||
8) Prepare archives | ||
|
||
8.1) Create the source distributions using the mkgdaldist.sh script (under gdal/ | ||
in git). | ||
8.1) Create the source distributions using the mkgdaldist.sh script. | ||
The argument should be the version number (i.e. 1.4.2). As our process involves | ||
doing betas or RCs, use the -rc option so that the filenames include this | ||
information (after promotion to official release, filename renaming will have | ||
|
@@ -199,7 +198,7 @@ the GDAL package by one of the current owners : HowardB/FrankW/EvenR) | |
|
||
15.2) create gdal sdist and upload to pypi: | ||
|
||
a) cd gdal/swig/python | ||
a) cd swig/python | ||
|
||
b) python setup.py sdist | ||
|
||
|
@@ -214,7 +213,7 @@ the GDAL package by one of the current owners : HowardB/FrankW/EvenR) | |
|
||
15.3) create gdal-utils wheel and upload to pypi: | ||
|
||
a) cd gdal/swig/python/gdal-utils | ||
a) cd swig/python/gdal-utils | ||
|
||
b) python setup.py bdist_wheel | ||
|
||
|
@@ -341,7 +340,7 @@ e) Click the "Release" button and that is it! The release should be available in | |
e.g | ||
./docker/build-all.sh --with-multi-arch --release --tag 3.3.1 --gdal v3.3.1 --proj 8.1.0 --platform linux/arm64,linux/amd64 --push | ||
|
||
and update gdal/docker/README.md with the latest release | ||
and update docker/README.md with the latest release | ||
|
||
21) Announce release to : | ||
- major release: [email protected], [email protected], [email protected]. | ||
|