mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:31:51 +02:00
Remove unnecessary release script output (#8820)
This commit is contained in:
@@ -189,15 +189,6 @@ while ! git commit --gpg-sign="$RELEASE_GPG_KEY" -m "Release $version"; do
|
|||||||
done
|
done
|
||||||
git tag --local-user "$RELEASE_GPG_KEY" --sign --message "Release $version" "$tag"
|
git tag --local-user "$RELEASE_GPG_KEY" --sign --message "Release $version" "$tag"
|
||||||
|
|
||||||
cd ..
|
|
||||||
echo Now in $PWD
|
|
||||||
name=${root_without_le%.*}
|
|
||||||
ext="${root_without_le##*.}"
|
|
||||||
rev="$(git rev-parse --short HEAD)"
|
|
||||||
echo tar cJvf $name.$rev.tar.xz $name.$rev
|
|
||||||
echo gpg2 -U $RELEASE_GPG_KEY --detach-sign --armor $name.$rev.tar.xz
|
|
||||||
cd ~-
|
|
||||||
|
|
||||||
# Add master section to CHANGELOG.md
|
# Add master section to CHANGELOG.md
|
||||||
header=$(head -n 4 certbot/CHANGELOG.md)
|
header=$(head -n 4 certbot/CHANGELOG.md)
|
||||||
body=$(sed s/nextversion/$nextversion/ tools/_changelog_top.txt)
|
body=$(sed s/nextversion/$nextversion/ tools/_changelog_top.txt)
|
||||||
@@ -210,12 +201,6 @@ $footer" > certbot/CHANGELOG.md
|
|||||||
git add certbot/CHANGELOG.md
|
git add certbot/CHANGELOG.md
|
||||||
git commit -m "Add contents to certbot/CHANGELOG.md for next version"
|
git commit -m "Add contents to certbot/CHANGELOG.md for next version"
|
||||||
|
|
||||||
echo "New root: $root"
|
|
||||||
echo "Test commands (in the letstest directory):"
|
|
||||||
echo 'letstest --saveinstances targets/targets.yaml $AWS_KEY $USERNAME scripts/test_apache2.sh'
|
|
||||||
echo "In order to upload packages run the following command:"
|
|
||||||
echo twine upload "$root/dist.$version/*/*"
|
|
||||||
|
|
||||||
if [ "$RELEASE_BRANCH" = candidate-"$version" ] ; then
|
if [ "$RELEASE_BRANCH" = candidate-"$version" ] ; then
|
||||||
SetVersion "$nextversion".dev0
|
SetVersion "$nextversion".dev0
|
||||||
git commit -m "Bump version to $nextversion"
|
git commit -m "Bump version to $nextversion"
|
||||||
|
|||||||
Reference in New Issue
Block a user