Skip to content

Commit ac5fd16

Browse files
datapythonistapooja-subramaniam
authored andcommitted
DOC: Fix typo in sed command in the release instructions (pandas-dev#50854)
1 parent 77b5652 commit ac5fd16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/development/maintaining.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,8 @@ which will be triggered when the tag is pushed.
458458
git checkout master
459459
git pull --ff-only upstream master
460460
git checkout -B RLS-<version>
461-
sed -i 's/BUILD_COMMIT: "v.*/BUILD_COMMIT: "'<version>'"/' azure/windows.yml azure/posix.yml
462-
sed -i 's/BUILD_COMMIT="v.*/BUILD_COMMIT="'<version>'"/' .travis.yml
461+
sed -i 's/BUILD_COMMIT: "v.*/BUILD_COMMIT: "'v<version>'"/' azure/windows.yml azure/posix.yml
462+
sed -i 's/BUILD_COMMIT="v.*/BUILD_COMMIT="'v<version>'"/' .travis.yml
463463
git commit -am "RLS <version>"
464464
git push -u origin RLS-<version>
465465

0 commit comments

Comments
 (0)