Skip to content

Commit

Permalink
馃攧 synced file(s) with conda/infrastructure (#12944)
Browse files Browse the repository at this point in the history
Co-authored-by: Conda Bot <conda-bot@users.noreply.github.com>
  • Loading branch information
conda-bot and conda-bot committed Jul 28, 2023
1 parent 416993b commit 659f1dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rever.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ $CHANGELOG_CATEGORIES = [
$CHANGELOG_CATEGORY_TITLE_FORMAT = "### {category}\n\n"
$CHANGELOG_AUTHORS_TITLE = "Contributors"
$CHANGELOG_AUTHORS_FORMAT = "* @{github}\n"

try:
# allow repository to customize synchronized-from-infa rever config
from rever_overrides import *
except ImportError:
pass

0 comments on commit 659f1dd

Please sign in to comment.