Commit 3a53d257 authored by Jason R. Coombs's avatar Jason R. Coombs

Update release script to always push the bootstrap bookmark.

parent 43f8c9aa
......@@ -7,6 +7,9 @@ import re
import os
import subprocess
import pkg_resources
pkg_resources.require('jaraco.packaging>=1.1')
def before_upload():
_linkify('CHANGES.txt', 'CHANGES (links).txt')
......@@ -20,6 +23,9 @@ test_info = "Travis-CI tests: http://travis-ci.org/#!/jaraco/setuptools"
os.environ["SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES"] = "1"
# override the push command to include the bootstrap bookmark.
push_command = ['hg', 'push', '-B', 'bootstrap']
link_patterns = [
r"(Issue )?#(?P<issue>\d+)",
r"Distribute #(?P<distribute>\d+)",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment