some updates

This commit is contained in:
Anthony Scopatz 2020-08-26 11:35:29 -05:00
parent 2857db66da
commit 8a78a0394a
2 changed files with 5 additions and 2 deletions

View file

@ -654,6 +654,8 @@
email: raphael.das.gupta@hsr.ch
alternate_emails:
- git@raphael.dasgupta.ch
aliases:
- Raphael Borun Das Gupta
num_commits: 10
first_commit: 2017-01-03 06:56:44
- name: Andrei

View file

@ -3,7 +3,7 @@ from rever.activities.ghrelease import git_archive_asset
$PROJECT = $GITHUB_ORG = $GITHUB_REPO = 'xonsh'
$WEBSITE_URL = 'http://xon.sh'
$ACTIVITIES = ['authors', 'version_bump', 'changelog', 'pytest', 'appimage'
$ACTIVITIES = ['authors', 'version_bump', 'changelog', 'pytest', 'appimage',
'tag', 'push_tag', 'ghrelease', 'sphinx',
'ghpages', 'pypi', 'conda_forge',
]
@ -39,4 +39,5 @@ $DOCKER_INSTALL_COMMAND = ('rm -rf .cache/ __pycache__/ */__pycache__ */*/__pyca
$DOCKER_GIT_NAME = 'xonsh'
$DOCKER_GIT_EMAIL = 'xonsh@googlegroups.com'
$GHRELEASE_ASSETS = [git_archive_asset(), 'xonsh-x86_64.AppImage']
if $VERSION != "check":
$GHRELEASE_ASSETS = [git_archive_asset(), 'xonsh-x86_64.AppImage']