mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
rever changes
This commit is contained in:
parent
f6e8910ce5
commit
a97101ee34
1 changed files with 6 additions and 2 deletions
|
@ -4,8 +4,12 @@ from rever.activities.ghrelease import git_archive_asset
|
||||||
$PROJECT = $GITHUB_ORG = $GITHUB_REPO = 'xonsh'
|
$PROJECT = $GITHUB_ORG = $GITHUB_REPO = 'xonsh'
|
||||||
$WEBSITE_URL = 'http://xon.sh'
|
$WEBSITE_URL = 'http://xon.sh'
|
||||||
$ACTIVITIES = ['authors', 'version_bump', 'changelog', 'pytest', 'appimage',
|
$ACTIVITIES = ['authors', 'version_bump', 'changelog', 'pytest', 'appimage',
|
||||||
'tag', 'push_tag', 'ghrelease', 'sphinx',
|
'tag', 'push_tag',
|
||||||
'ghpages', 'pypi', 'conda_forge',
|
'ghrelease',
|
||||||
|
'sphinx',
|
||||||
|
'ghpages',
|
||||||
|
'pypi',
|
||||||
|
'conda_forge',
|
||||||
]
|
]
|
||||||
$PYPI_SIGN = False
|
$PYPI_SIGN = False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue