Skip to content

Commit

Permalink
fetch tags before towncrier docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Sep 12, 2024
1 parent e22b89b commit e8c1e1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ build:
# in that case exit the command with 183 to skip the build
- MSG=`git --no-pager log --pretty="tformat:%s -- %b" -1`; case $MSG in *"skip rtd"*|*"rtd skip"*) exit 183;; *);; esac
post_install:
- git fetch --tags
- towncrier build --keep

sphinx:
Expand Down

0 comments on commit e8c1e1b

Please sign in to comment.