mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
some updates
This commit is contained in:
parent
2857db66da
commit
8a78a0394a
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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']
|
Loading…
Add table
Reference in a new issue